We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b2ab0 commit 64e8930Copy full SHA for 64e8930
1 file changed
.github/workflows/gradle.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
os: [ubuntu-latest, macOS-latest, windows-latest]
21
- java: [ '17-ea' ] // 16
+ java: [ '17-ea' ]
22
fail-fast: false
23
name: ${{ matrix.os }}
24
steps:
0 commit comments