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
v8.0.0
v7.0.0
Breaking Changes
v6.2.0
v6.1.0
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
v5.0.0
v4.4.0
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
v4.2.0
v4.1.0
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: