andreacavalli
/
JTDLib
Archived
forked from ErnyTech/JTDLib
1
0
Fork 0

Updated jitpack.xml

This commit is contained in:
Andrea Cavalli 2020-08-06 12:10:59 +02:00
parent 55bd93bd5c
commit 6304ae6b54
1 changed files with 7 additions and 1 deletions

View File

@ -1,2 +1,8 @@
jdk:
- openjdk11
- openjdk11
before_install:
- git submodule update --remote --init --recursive
- cd common-utils
- mvn clean install -DskipTests
- cd ..