Skip to content

Commit

Permalink
Bumps ktlint to 12.1.1 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
rharter authored Nov 12, 2024
1 parent 23ce76a commit 6fe7b55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ allprojects {

tasks.register("printVersionName") {
doLast {
val VERSION_NAME: String by project
println(VERSION_NAME)
println(project.property("VERSION_NAME"))
}
}
3 changes: 1 addition & 2 deletions dropshots-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ dependencies {

tasks.register("printVersionName") {
doLast {
val VERSION_NAME: String by project
println(VERSION_NAME)
println(project.property("VERSION_NAME"))
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android-application = { id = "com.android.application", version.ref = "agp" }
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "11.4.2" }
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.1.1" }
mavenPublish = { id = "com.vanniktech.maven.publish.base", version = "0.30.0" }
binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.13.0" }

0 comments on commit 6fe7b55

Please sign in to comment.