mirror of
https://github.com/gotson/komga.git
synced 2026-01-02 22:08:58 +01:00
build: update ktlint plugin
This commit is contained in:
parent
a93f2d8597
commit
3831baddfc
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ plugins {
|
|||
kotlin("plugin.spring") version kotlinVersion
|
||||
kotlin("kapt") version kotlinVersion
|
||||
}
|
||||
id("org.jlleitschuh.gradle.ktlint") version "10.1.0"
|
||||
id("org.jlleitschuh.gradle.ktlint") version "10.2.0"
|
||||
id("com.github.ben-manes.versions") version "0.39.0"
|
||||
}
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ allprojects {
|
|||
}
|
||||
|
||||
configure<org.jlleitschuh.gradle.ktlint.KtlintExtension> {
|
||||
version.set("0.41.0")
|
||||
version.set("0.43.2")
|
||||
filter {
|
||||
exclude("**/db/migration/**")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue