We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d70fa commit 2ce2f2cCopy full SHA for 2ce2f2c
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
run: chmod +x gradlew
59
60
- name: Build artifacts
61
- run: ./gradlew clean build # This will create your JARs in build/libs/
+ run: ./gradlew clean build -x test # This will create your JARs in build/libs/
62
63
# --- This is the core step for creating the GitHub Release ---
64
- name: Create GitHub Release
0 commit comments