Skip to content

Commit

Permalink
ci: add jitpack config
Browse files Browse the repository at this point in the history
Signed-off-by: Edoardo Vacchi <evacchi@users.noreply.github.com>
  • Loading branch information
evacchi committed Dec 24, 2024
1 parent bdc8ef5 commit fe03cde
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
before_install:
- sdk install java 11.0.24-tem
- sdk use java 11.0.24-tem
- sdk install maven 3.9.9
- sdk use maven 3.9.9
install:
- mvn install

0 comments on commit fe03cde

Please sign in to comment.