Skip to content

Commit 10758de

Browse files
committed
Improve workflows
1 parent 93cf339 commit 10758de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
version: '11'
2121
gradle:
2222
version: 'wrapper'
23-
command: './gradlew'
23+
command: './gradlew' # Workaround for issue https://github.com/gradle/actions/issues/273
2424
runs-on: ${{ matrix.os }}
2525
steps:
2626
- name: 'Checkout'

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
version: '11'
2121
gradle:
2222
version: 'wrapper'
23-
command: './gradlew'
23+
command: './gradlew' # Workaround for issue https://github.com/gradle/actions/issues/273
2424
runs-on: ${{ matrix.os }}
2525
steps:
2626
- name: 'Checkout'

0 commit comments

Comments
 (0)