We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e095c commit 83ac9d6Copy full SHA for 83ac9d6
buildSrc/build.gradle.kts
@@ -16,7 +16,7 @@ dependencies {
16
implementation(kotlin("gradle-plugin", libs.versions.kotlin.get()))
17
implementation("dev.schlaubi", "gradle-plugin", "1.0.0")
18
implementation("com.google.devtools.ksp", "com.google.devtools.ksp.gradle.plugin", libs.versions.ksp.get())
19
- implementation("org.jlleitschuh.gradle", "ktlint-gradle", "11.4.0")
+ implementation("org.jlleitschuh.gradle", "ktlint-gradle", "12.0.2")
20
implementation("com.github.gmazzo", "gradle-buildconfig-plugin", "3.1.0")
21
implementation("gradle.plugin.com.google.cloud.artifactregistry", "artifactregistry-gradle-plugin", "2.2.1")
22
implementation(gradleApi())
0 commit comments