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 1d7f840 commit b88cc7cCopy full SHA for b88cc7c
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
run: chmod +x gradlew
28
- name: Build Jar with Gradle
29
id: publish_release_assets
30
- run: ./gradlew build -Pversion=${{ env.TAG }}
+ run: ./gradlew buildAll -Pversion=${{ env.TAG }}
31
env:
32
BUILD_NUMBER: ${{ github.run_number }}
33
- name: Create release
0 commit comments