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
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: Build CommonCode
|
- name: Build CommonCode
|
||||||
run: |
|
run: |
|
||||||
cd CommonCode
|
cd CommonCode
|
||||||
@ -144,6 +146,7 @@ jobs:
|
|||||||
echo "::set-output name=changed::true"
|
echo "::set-output name=changed::true"
|
||||||
else
|
else
|
||||||
echo "::set-output name=changed::false"
|
echo "::set-output name=changed::false"
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Build pyMetadata module
|
- name: Build pyMetadata module
|
||||||
|
|||||||
@ -23,7 +23,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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("no.iktdev:exfl:0.0.4-SNAPSHOT")
|
||||||
|
|
||||||
implementation("com.github.pgreze:kotlin-process:1.3.1")
|
implementation("com.github.pgreze:kotlin-process:1.3.1")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user