We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df52b80 commit 670e094Copy full SHA for 670e094
conventions/build.gradle.kts
@@ -67,7 +67,7 @@ dependencies {
67
implementation("gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.0")
68
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.2")
69
implementation("net.ltgt.gradle:gradle-errorprone-plugin:3.1.0")
70
- implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.6.0")
+ implementation("net.ltgt.gradle:gradle-nullaway-plugin:2.0.0")
71
implementation("me.champeau.gradle:japicmp-gradle-plugin:0.4.2")
72
73
testImplementation(enforcedPlatform("org.junit:junit-bom:5.10.2"))
0 commit comments