Skip to content

Commit 65d8885

Browse files
committed
🚀#6: Update release workflow
1 parent 3dd628a commit 65d8885

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Grant execute permission for gradlew
2525
run: chmod +x gradlew
2626
- name: Build with Gradle
27-
run: ./gradlew build
27+
run: ./gradlew build -x setupJdks
2828
# TODO: enable
2929
# - name: Publish to OSSRH
3030
# run: ./gradlew -Pversion=${{ github.event.inputs.version }} publish closeAndReleaseRepository

0 commit comments

Comments
 (0)