Skip to content

Commit

Permalink
Update jitpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jwdeveloper committed Feb 14, 2023
1 parent 02c947a commit b306597
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
jdk:
- openjdk17
- openjdk16
before_install:
- echo "Before Install"
- bash ensure-java-16 install
install:
- echo "Install"
- if ! bash ensure-java-16 use; then source ~/.sdkman/bin/sdkman-init.sh; fi
- java -version
- mvn install

0 comments on commit b306597

Please sign in to comment.