v2.0.0-RC6-27
Pre-release
Pre-release
Changes
- Add support for the
arm
andaarch64
JVM architectures in thejava
andjava-home
commands (#1849, thanks to @matsluni) - Build native launchers with GraalVM
20.1.0
Java 11 (former coursier versions used GraalVM19.3.1
Java 8) - Add
--jvm-index
option to thejava
/java-home
/setup
commands, allowing to pass a custom JVM index URL, also accepting aliases such asjabba
(current default) andcs
(supporting less JVM flavors, but more up-to-date)
Other
- coursier now uses GitHub actions for its CI, rather than Travis CI and Appveyor
- The switch to GraalVM
20.1.0
and GitHub actions fixes the generation of native launchers on the CI, which should be shipped as GitHub release assets again (which was broken in2.0.0-RC6-25
and2.0.0-RC6-26
)