Revert "Bump org.jlleitschuh.gradle.ktlint from 10.0.0 to 10.1.0"

This commit is contained in:
Marcel 2021-07-19 11:28:21 +02:00 committed by GitHub
parent 30f9f5f4cf
commit d1c241a886
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ plugins {
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html // detekt linter - read more: https://detekt.github.io/detekt/gradle.html
id("io.gitlab.arturbosch.detekt") version "1.17.1" id("io.gitlab.arturbosch.detekt") version "1.17.1"
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle // 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") group = properties("pluginGroup")