Releases: nebula-plugins/gradle-ospackage-plugin
Releases · nebula-plugins/gradle-ospackage-plugin
v11.2.0
v11.1.0
v11.0.0
v10.0.0
Breaking Changes
v9.1.1
- Run
postinst
on upgrade, not only install
v9.1.0
Improve mainClass
and mainClassName
property handling for the Spring Boot Application plugin. Properties are now delegated to in this order:
application.mainClass
springBoot.mainClass
springBoot.mainClassName
mainClassName
This provides compatibility with Spring Boot 2.6 as a side-effect.