Skip to content

Commit

Permalink
Update ktlint to 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geiralund committed May 21, 2019
1 parent 33cd4c7 commit 9a4b8b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ publishing {

spotless {
kotlin {
ktlint()
ktlint("0.31.0")
}
kotlinGradle {
target("*.gradle.kts", "additionalScripts/*.gradle.kts")
ktlint()
ktlint("0.31.0")
}
}

0 comments on commit 9a4b8b8

Please sign in to comment.