Skip to content

Commit

Permalink
build(org.jlleitschuh.gradle.ktlint): update plugin to v12 (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent de0aca5 commit eec8f78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'java-library'
id 'jvm-test-suite'
id 'jacoco'
id "org.jlleitschuh.gradle.ktlint" version "11.6.1"
id "org.jlleitschuh.gradle.ktlint" version "12.0.2"
id "me.champeau.jmh" version "0.7.2"
}

Expand Down
2 changes: 1 addition & 1 deletion custom-ktlint-rules/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'org.jetbrains.kotlin.jvm'
id "org.jlleitschuh.gradle.ktlint" version "11.6.1"
id "org.jlleitschuh.gradle.ktlint" version "12.0.2"
}

kotlin {
Expand Down

0 comments on commit eec8f78

Please sign in to comment.