Skip to content

Commit 16e7ba3

Browse files
committed
Improve workflows
1 parent 4c5e554 commit 16e7ba3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/dependencies.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ jobs:
1616
matrix:
1717
include:
1818
- os: 'ubuntu-latest'
19-
java.version: '11'
20-
gradle.version: 'wrapper'
21-
gradle.command: './gradlew'
19+
java:
20+
version: '11'
21+
gradle:
22+
version: 'wrapper'
23+
command: './gradlew'
2224
runs-on: ${{ matrix.os }}
2325
steps:
2426
- name: 'Checkout'

0 commit comments

Comments
 (0)