Releases: nebula-plugins/gradle-ospackage-plugin
Releases · nebula-plugins/gradle-ospackage-plugin
v8.6.0
v8.5.6
Move Spring Boot mainClass
check to startScripts
rather than a configuration time check, allowing the boot
distribution to still be used (Background on need for original change gradle/gradle#16371). Remove check for mainClassName
as it already fails on Gradle 6.3 and earlier.
v8.5.5
v8.5.4
v8.5.3
v8.5.2
Fix Spring Application compatibility on Gradle releases prior to 6.4
v8.5.1
If the application mainClass
has not been configured for a Spring Boot project, use the mainClassName
from the springBoot
extension.
v8.5.0
Switch the Spring Boot ospackage to use the main
distribution instead of the boot
distribution. The boot
fat jar has far worse classloading performance and up to double the startup time. This also provides compatibility with AppCDS on Java 11 and later.