nebula-plugins / gradle-ospackage-plugin

Gradle plugin for constructing linux packages, specifically RPM and DEBs.
Apache License 2.0
369 stars 129 forks source link

Improve mainClass/mainClassName logic #408

Closed DanielThomas closed 2 years ago

DanielThomas commented 2 years ago

mainClassName is a weird magical legacy property and Spring Boot 2.6.0 and later removes their version of mainClassName so this ensures that we're always reflecting the most explicit configuration in this order:

rpalcolea commented 2 years ago

Lgtm