Skip to content

Commit a40390c

Browse files
authored
Updates jitpack configration (#151)
* rename jitpack.yml file * Update the jitpack contents
1 parent 92f373c commit a40390c

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

.jitpack.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

jitpack.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
jdk:
2+
- openjdk11
3+
before_install:
4+
- sdk install 11.0.28-librca
5+
- sdk use 11.0.28-librca
6+
- sdk install maven
7+
- mvn -v
8+
install:
9+
- mvn clean install -DskipTests -Dcheckstyle.skip=true -Pjitpack -Dmaven.javadoc.skip=true

0 commit comments

Comments
 (0)