Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Releases: nebula-plugins/gradle-java-cross-compile-plugin

v4.0.1

25 Oct 00:40
aef106b
Compare
Choose a tag to compare

Fix a case when cross-compilation was configured even when the target version was the same as the current version of JDK.

v4.0.0

24 Oct 00:08
46e455b
Compare
Choose a tag to compare

Cross-compilation is configured only if you have targetCompatibility configured to a lower version than your current JDK.

v3.2.0

12 Oct 00:05
2c5ee97
Compare
Choose a tag to compare

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

11 Oct 21:02
bfbee7d
Compare
Choose a tag to compare

Lazy evaluation of runtime jar locations allowing running only with single JDK 11 and still targeting lower versions.

v3.1.1

17 Sep 17:53
Compare
Choose a tag to compare
fix plugin description

v3.1.0

09 Sep 17:51
a03a0ba
Compare
Choose a tag to compare

Remove usage of deprecated DefaultVersionSelectorScheme constructor

v3.0.1

15 Apr 22:05
Compare
Choose a tag to compare
plugin-plugin 11.2.12

v3.0.0

11 Apr 21:14
Compare
Choose a tag to compare
  • 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

v2.0.7

28 Mar 22:46
Compare
Choose a tag to compare
plugin-plugin 9.3.7

v2.0.6

28 Mar 06:47
Compare
Choose a tag to compare
plugin-plugin 9.3.4