Skip to content

Commit 92d5329

Browse files
authored
Update build.yml
1 parent 5f2703b commit 92d5329

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
java-version: 21
1818
- name: Build with Gradle
1919
run: |
20-
gradle build -x compileTestJava -x pmdTest -x sigtest-4.0.txt
20+
gradle :asm:assemble -x :asm:compileTestJava
2121
- name: Upload Artifacts to GitHub
2222
uses: actions/upload-artifact@main
2323
with:

0 commit comments

Comments
 (0)