We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9906baa commit 8ad4c75Copy full SHA for 8ad4c75
jitpack.yml
@@ -1,7 +1,9 @@
1
before_install:
2
+ - curl -fLo cs https://git.io/coursier-cli-linux
3
+ - chmod +x cs
4
+ - ./cs java --jvm temurin:1.21
5
- export JITPACK_VERSION=$VERSION
6
- wget https://repo1.maven.org/maven2/org/scala-sbt/sbt-launch/1.10.6/sbt-launch-1.10.6.jar
-jdk:
- - openjdk21
7
install:
8
+ - eval $(./cs java --jvm temurin:1.21 --env)
9
- java -Xms2048m -Xmx2048m -XX:ReservedCodeCacheSize=512m -jar sbt-launch-1.10.6.jar -Dsbt.log.noformat=true clean publishM2
0 commit comments