Skip to content

Commit

Permalink
Re-enable jitpack releases (#553)
Browse files Browse the repository at this point in the history
It's easy enough and we can have "pre-releases" easily sharable.

Example from this branch:
https://jitpack.io/#andreaTP/chicory/re-enable-jitpack-6b3e236206-1
  • Loading branch information
andreaTP authored Oct 2, 2024
1 parent 3a46c2b commit 13cd1a5
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 -Dquickly

0 comments on commit 13cd1a5

Please sign in to comment.