We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2703b commit 92d5329Copy full SHA for 92d5329
1 file changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
java-version: 21
18
- name: Build with Gradle
19
run: |
20
- gradle build -x compileTestJava -x pmdTest -x sigtest-4.0.txt
+ gradle :asm:assemble -x :asm:compileTestJava
21
- name: Upload Artifacts to GitHub
22
uses: actions/upload-artifact@main
23
with:
0 commit comments