Create jitpack.yml

This commit is contained in:
Aurora Lahtela 2022-02-16 20:21:47 +02:00 committed by GitHub
parent 4375296376
commit ffd4f23c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
jitpack.yml Normal file
View File

@ -0,0 +1,8 @@
jdk:
- openjdk17
before_install:
- sdk install java 17.0.1-open
- sdk use java 17.0.1-open
install:
- cd Plan
- ./gradlew shadowJar