mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Bump org.jlleitschuh.gradle.ktlint from 9.4.1 to 10.0.0
Bumps org.jlleitschuh.gradle.ktlint from 9.4.1 to 10.0.0. Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
49eecef1cc
commit
b070f42c32
@ -15,7 +15,7 @@ plugins {
|
||||
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
|
||||
id("io.gitlab.arturbosch.detekt") version "1.15.0"
|
||||
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
|
||||
id("org.jlleitschuh.gradle.ktlint") version "9.4.1"
|
||||
id("org.jlleitschuh.gradle.ktlint") version "10.0.0"
|
||||
}
|
||||
|
||||
// Import variables from gradle.properties file
|
||||
|
Loading…
Reference in New Issue
Block a user