We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9402f9c commit 7428cc5Copy full SHA for 7428cc5
build.gradle.kts
@@ -24,7 +24,7 @@ plugins {
24
25
kotlin("jvm") version "1.9.21" apply false
26
id("org.liquibase.gradle") version "2.0.4" apply false
27
- id("org.jmailen.kotlinter") version "4.1.0" apply false
+ id("org.jmailen.kotlinter") version "4.2.0" apply false
28
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
29
id("com.github.breadmoirai.github-release") version "2.2.12" apply false
30
}
0 commit comments