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 5b8c96aCopy full SHA for 5b8c96a
.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
@@ -38,7 +39,7 @@ jobs:
38
39
- name: Build with Gradle
40
run: |
41
git submodule update --init
- gradle clean build -PjavacRelease=${{ matrix.java }}
42
+ gradle clean jar -PjavacRelease=${{ matrix.java }}
43
44
- name: SHA256
45
if: matrix.upload
0 commit comments