Skip to content

Commit 960caf4

Browse files
Fix builds in jitpack.io (#1203)
1 parent 7d7e254 commit 960caf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
jdk:
22
- openjdk8
33
install:
4-
- ./gradlew clean install -x test -x signMavenJavaPublication
4+
- ./gradlew clean build publishToMavenLocal -x signMavenJavaPublication -x test -x checkstyleTest

0 commit comments

Comments
 (0)