We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a9fd4 commit 0da7776Copy full SHA for 0da7776
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.1.1")
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