You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gradle seems to have settled on a Property<String> named mainClass for configuring the name of the main class. See, for example, JavaApplication, JavaExecSpec, and CreateStartScripts.
We should align by introducing a new Property<String> and deprecating the old String property. Moving to a Property<String> will also help with supporting the configuration cache.