Create jitpack.yml

This commit is contained in:
ThatGamerBlue
2020-03-24 18:56:09 +00:00
committed by GitHub
parent b8d65adfaf
commit 45899bf8c7

6
jitpack.yml Normal file
View File

@@ -0,0 +1,6 @@
# JitPack publishing yml - used for CI and externals
jdk:
- openjdk11
install:
- chmod a+x ./gradlew
- ./gradlew clean build publishToMavenLocal -x test --console=plain