Skip to content

Commit

Permalink
🔨 update jitpack file
Browse files Browse the repository at this point in the history
Took 34 seconds
  • Loading branch information
kiranhart committed Jan 8, 2025
1 parent 44aa6ce commit 1ca311f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
jdk:
- openjdk16

before_install:
- echo "Before Install"
- bash ensure-java-16 install
- sdk install java 16.0.1-open
- sdk use java 16.0.1-open
- sdk install maven
- mvn -v

install:
- echo "Install"
- if ! bash ensure-java-16 use; then source ~/.sdkman/bin/sdkman-init.sh; fi
- java -version
- mvn install
- mvn install -DskipTests

0 comments on commit 1ca311f

Please sign in to comment.