Updated library & main.yaml
This commit is contained in:
parent
7fa9536ddf
commit
bd3125ed44
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -144,7 +144,7 @@ jobs:
|
||||
- name: Check if pyMetadata has changed
|
||||
id: check-pymetadata
|
||||
run: |
|
||||
if [[ "${{ github.event_name }}" == "push" || "${{ github.event_name }}" == "workflow_dispatch" ]]; then
|
||||
if [[ "${{ github.event_name }}" == "workflow_dispatch" ]]; then
|
||||
echo "::set-output name=skip::false"
|
||||
else
|
||||
if [[ $(git diff --name-only ${{ github.event.before }} ${{ github.event.after }} pyMetadata/) ]]; then
|
||||
|
||||
@ -23,7 +23,7 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("no.iktdev.streamit.library:streamit-library-kafka:0.0.2-alpha38")
|
||||
implementation("no.iktdev.streamit.library:streamit-library-kafka:0.0.2-alpha39")
|
||||
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