We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cf339 commit 10758deCopy full SHA for 10758de
.github/workflows/dependencies.yaml
@@ -20,7 +20,7 @@ jobs:
20
version: '11'
21
gradle:
22
version: 'wrapper'
23
- command: './gradlew'
+ command: './gradlew' # Workaround for issue https://github.com/gradle/actions/issues/273
24
runs-on: ${{ matrix.os }}
25
steps:
26
- name: 'Checkout'
.github/workflows/publish.yaml
0 commit comments