v2.0.0-RC6-27
Pre-release
Pre-release
Changes
- Add support for the
armandaarch64JVM architectures in thejavaandjava-homecommands (#1849, thanks to @matsluni) - Build native launchers with GraalVM
20.1.0Java 11 (former coursier versions used GraalVM19.3.1Java 8) - Add
--jvm-indexoption to thejava/java-home/setupcommands, 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.0and 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-25and2.0.0-RC6-26)