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 2d93abe commit 8c84549Copy full SHA for 8c84549
build-logic/jvm/build.gradle.kts
@@ -15,6 +15,6 @@ dependencies {
15
implementation("de.thetaphi.forbiddenapis:de.thetaphi.forbiddenapis.gradle.plugin:3.6")
16
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin")
17
implementation("org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin:1.9.10")
18
- implementation("com.github.autostyle:com.github.autostyle.gradle.plugin:3.2")
+ implementation("com.github.autostyle:com.github.autostyle.gradle.plugin:4.0")
19
implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:3.1.0")
20
}
0 commit comments