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