Skip to content

Commit

Permalink
Merge pull request #70 from Aditya-gupta99/fix_#69
Browse files Browse the repository at this point in the history
Added jitpack.yml file
  • Loading branch information
therajanmaurya authored Aug 14, 2023
2 parents 9ad1648 + bd05b98 commit f6479ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
jdk:
- openjdk17
before_install:
- sdk install java 17.0.3-tem
- sdk use java 17.0.3-tem
- sdk install maven
- mvn -v
install:
- mvn install -Dmaven.javadoc.skip=true -DskipTests

0 comments on commit f6479ef

Please sign in to comment.