Skip to content

Commit 02522a3

Browse files
committed
Testing jitpack/coursier java version issue
1 parent 8ad4c75 commit 02522a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jitpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
before_install:
22
- curl -fLo cs https://git.io/coursier-cli-linux
33
- chmod +x cs
4-
- ./cs java --jvm temurin:1.21
4+
- ./cs java --jvm graalvm:21.1.0
55
- export JITPACK_VERSION=$VERSION
66
- wget https://repo1.maven.org/maven2/org/scala-sbt/sbt-launch/1.10.6/sbt-launch-1.10.6.jar
77
install:
8-
- eval $(./cs java --jvm temurin:1.21 --env)
8+
- eval $(./cs java --jvm graalvm:21.1.0 --env)
99
- java -Xms2048m -Xmx2048m -XX:ReservedCodeCacheSize=512m -jar sbt-launch-1.10.6.jar -Dsbt.log.noformat=true clean publishM2

0 commit comments

Comments
 (0)