Skip to content

Commit ae21db8

Browse files
Update jitpack.yml to use openjdk17 and custom install command
1 parent 34767cf commit ae21db8

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

jitpack.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
before_install:
2-
- sdk install java 17.0.1-open
3-
- sdk use java 17.0.1-open
1+
jdk:
2+
- openjdk17
3+
4+
install:
5+
- ./gradlew clean :library:publishToMavenLocal -x test

0 commit comments

Comments
 (0)