We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018f088 commit 58856cbCopy full SHA for 58856cb
1 file changed
.github/workflows/release.yml
@@ -27,8 +27,8 @@ jobs:
27
- name: Make gradlew executable
28
run: chmod +x ./gradlew
29
30
- - name: Build uberJar
31
- run: ./gradlew --no-daemon clean uberJar
+ - name: Build plugin jar
+ run: ./gradlew --no-daemon clean build
32
33
- name: Generate checksums
34
run: |
0 commit comments