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 310d10e commit 3eaacb6Copy full SHA for 3eaacb6
.github/workflows/gradle.yml
@@ -14,7 +14,8 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- os: [ubuntu-latest, windows-latest, macOS-latest]
+ # os: [ubuntu-latest, windows-latest, macOS-latest]
18
+ os: [ubuntu-latest, windows-latest]
19
java: [17, 21, 22]
20
include: # upload from java-17 only
21
- java: 17
0 commit comments