We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50505c9 commit 778356bCopy full SHA for 778356b
build.gradle.kts
@@ -79,8 +79,8 @@ configurations.all {
79
}
80
81
82
-val rewriteVersion = "latest.integration"
83
-val testingFrameworksVersion = "latest.integration"
+val rewriteVersion = "latest.release"
+val testingFrameworksVersion = "latest.release"
84
dependencies {
85
compileOnly("org.projectlombok:lombok:latest.release")
86
annotationProcessor("org.projectlombok:lombok:latest.release")
0 commit comments