Use a Property<String> named mainClass to configure the main class name in the Gradle plugin #23608
Labels
status: noteworthy
A noteworthy issue to call out in the release notes
type: enhancement
A general enhancement
Milestone
Gradle seems to have settled on a
Property<String>
namedmainClass
for configuring the name of the main class. See, for example,JavaApplication
,JavaExecSpec
, andCreateStartScripts
.We should align by introducing a new
Property<String>
and deprecating the oldString
property. Moving to aProperty<String>
will also help with supporting the configuration cache.The text was updated successfully, but these errors were encountered: