Update
This commit is contained in:
parent
3405148055
commit
2666324fff
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -17,6 +17,8 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
||||
|
||||
- name: Build CommonCode
|
||||
run: |
|
||||
cd CommonCode
|
||||
@ -144,6 +146,7 @@ jobs:
|
||||
echo "::set-output name=changed::true"
|
||||
else
|
||||
echo "::set-output name=changed::false"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
- name: Build pyMetadata module
|
||||
|
||||
@ -23,7 +23,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("no.iktdev.streamit.library:streamit-library-kafka:0.0.2-alpha36")
|
||||
implementation("no.iktdev.streamit.library:streamit-library-kafka:0.0.2-alpha37")
|
||||
implementation("no.iktdev:exfl:0.0.4-SNAPSHOT")
|
||||
|
||||
implementation("com.github.pgreze:kotlin-process:1.3.1")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user