We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02522a3 commit d743927Copy full SHA for d743927
1 file changed
jitpack.yml
@@ -1,9 +1,9 @@
1
before_install:
2
- - curl -fLo cs https://git.io/coursier-cli-linux
3
- - chmod +x cs
4
- - ./cs java --jvm graalvm:21.1.0
+ - curl -fLo coursier https://github.com/coursier/launchers/raw/8967c37b89afa12d037476b572176c2aa98f3bbc/coursier
+ - chmod +x coursier
+ - ./coursier 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
7
install:
8
- - eval $(./cs java --jvm graalvm:21.1.0 --env)
+ - eval $(./coursier 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