This repository was archived by the owner on Sep 11, 2023. It is now read-only.
Releases: nebula-plugins/gradle-java-cross-compile-plugin
Releases · nebula-plugins/gradle-java-cross-compile-plugin
v4.0.1
v4.0.0
v3.2.0
Allow disable cross-compilation for Kotlin. Kotlin compilation requires a path to JDK which is supposed to be used as a target for compilation. However, with JDK 11 we can target a lower java version and have only JDK 11 present. If kotlin would be applied, the project would fail. We allow disabling cross-compilation with a risk that you might reference classes from a higher version available at compilation which might not be present in runtime.
v3.1.2
v3.1.1
v3.1.0
v3.0.1
v3.0.0
- Use the
--release
compile option on Java 9 and later. Projects with Groovy or Kotlin compilation tasks will still need the older JDK available on the system - Fix Zulu JDK providers on macOS for recent releases. They they're now called
zulu-<major version>.jdk
by default