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
In Gradle 8.12 the following deprecation warning is logged to the problem report:
- `me.champeau.jmh`
- [warn] Space-assignment syntax in Groovy DSL has been deprecated.`me.champeau.jmh`
This is scheduled to be removed in Gradle 10.0.
Space-assignment syntax in Groovy DSL has been deprecated.
- Solutions
[enum] Use assignment ('group = <value>') instead.
In Gradle 8.12 the following deprecation warning is logged to the problem report:
Appears to be related to this line:
jmh-gradle-plugin/src/main/groovy/me/champeau/jmh/JMHPlugin.groovy
Line 98 in dfdbb0c
The text was updated successfully, but these errors were encountered: