Skip to content

Commit

Permalink
Revert "Bump org.jlleitschuh.gradle.ktlint from 10.0.0 to 10.1.0 (#4)…
Browse files Browse the repository at this point in the history
…" because of JLLeitschuh/ktlint-gradle#495

This reverts commit 4fb08b3
  • Loading branch information
Pushpavel committed Jun 4, 2021
1 parent f3c463c commit 01e5bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
id("io.gitlab.arturbosch.detekt") version "1.17.1"
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
id("org.jlleitschuh.gradle.ktlint") version "10.1.0"
id("org.jlleitschuh.gradle.ktlint") version "10.0.0"
}

group = properties("pluginGroup")
Expand Down

0 comments on commit 01e5bf3

Please sign in to comment.