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

v8.0.0

04 Jan 00:52
Compare
Choose a tag to compare
Gradle 8.0-rc-1

v7.0.0

10 Oct 18:32
Compare
Choose a tag to compare

v6.2.0

08 Feb 20:25
Compare
Choose a tag to compare

Extract kotlin compiler configuration to avoid issues with classpath in projects without the kotlin plugin

v6.1.0

19 Nov 00:39
9979de7
Compare
Choose a tag to compare

What's Changed

  • JDK 17 tests by @rpalcolea in #20
  • Remove usage of JavaPluginConvention which is deprecated and set to be removed in Gradle 8.0 by @rpalcolea in #21

Full Changelog: v6.0.0...v6.1.0

v6.0.0

13 Sep 20:58
Compare
Choose a tag to compare

Breaking change. Gradle 7

v5.0.0

10 Jul 00:14
61ed190
Compare
Choose a tag to compare
  • Prevent configuration when Java Toolchains are used

v4.4.0

06 Apr 23:41
Compare
Choose a tag to compare

Add an enabled flag to the cross-compile extension to allow the plugin to be disabled for a project when applied globally.

v4.3.0

22 Jul 18:01
a67b437
Compare
Choose a tag to compare
  • Add support for CompileOptions.release in Gradle 6.6+

v4.2.0

09 Jul 17:06
54cac9e
Compare
Choose a tag to compare
  • Provide compatibility for configuration cache when reading environment variables

v4.1.0

04 Dec 20:49
03f7ca7
Compare
Choose a tag to compare

Support Github Actions tool install location

Github Actions installs the JDK at /opt/hostedtoolcache/

The Github Action actions/setup-java specifies this installation by java-package, java-version, and architecture, so this has been added to the default search locations

See: