Skip to content

Commit

Permalink
Update Spotless Gradle Plugin to 6.24.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
serbelga authored Jan 22, 2024
1 parent db7ce60 commit 171ee3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class SpotlessConventionPlugin : Plugin<Project> {
kotlin {
target("**/*.kt")
targetExclude("**/build/**/*.kt")
ktlint(ktlintVersion).userData(mapOf("android" to "true"))
ktlint(ktlintVersion)
licenseHeader(licenseHeaderKotlin)
}
format("kts") {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gradlePublishGradlePlugin = "1.2.1"
kotlin = "1.9.20"
kotlinpoet = "1.16.0"
ktlint = "0.50.0"
spotless = "6.22.0"
spotless = "6.24.0"
vanniktechMavenPublishPlugin = "0.27.0"

[libraries]
Expand Down

0 comments on commit 171ee3c

Please sign in to comment.