Skip to content

Commit

Permalink
Update jitpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toonystank authored Oct 13, 2022
1 parent 4123339 commit 0674bbd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
jdk:
- openjdk14
- openjdk15
before_install:
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
- source install-jdk.sh --feature 14
- jshell --version
- ./ensure-java-15 install
install:
- if ! ./ensure-java-15 use; then source ~/.sdkman/bin/sdkman-init.sh; fi
- java -version
- ./mvnw -pl gwt,default install

0 comments on commit 0674bbd

Please sign in to comment.