Skip to content

Commit

Permalink
jitpack.yml + install: ./gradlew clean build test -x sonarlintMain -x…
Browse files Browse the repository at this point in the history
… sonarlintTest --console=plain --continue --warning-mode all
  • Loading branch information
magicprinc committed May 10, 2024
1 parent cc7b156 commit 841de8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
jdk:
- openjdk17
- openjdk17

install:
- ./gradlew clean build test -x sonarlintMain -x sonarlintTest --console=plain --continue --warning-mode all

0 comments on commit 841de8d

Please sign in to comment.