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
* Bump Gradle to 9.1 except in plugins-verifier-service
* Bump spring-dependencyManagement to 1.1.7
* Cross-compile to Java 11 from Java 17 required by Gradle 9.x
* Base GitHub builds on Java 17 required by Gradle 9.x
?:throwInvalidUserDataException("Target IDE must be set in a Gradle project property. Use 'ide' project property, such as -Pide=<value>")
33
+
34
+
val pluginValue:String? by project
35
+
val plugin = pluginValue
36
+
?:throwInvalidUserDataException("The plugin to be verified must be set in a Gradle project property. Use 'plugin' project property, such as -Pplugin=<value>")
0 commit comments