We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd628a commit 65d8885Copy full SHA for 65d8885
1 file changed
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Grant execute permission for gradlew
25
run: chmod +x gradlew
26
- name: Build with Gradle
27
- run: ./gradlew build
+ run: ./gradlew build -x setupJdks
28
# TODO: enable
29
# - name: Publish to OSSRH
30
# run: ./gradlew -Pversion=${{ github.event.inputs.version }} publish closeAndReleaseRepository
0 commit comments