Skip to content

Commit

Permalink
build(gradle/plugin): bumped org.jlleitschuh.gradle.ktlint version to…
Browse files Browse the repository at this point in the history
… 10.3.0
  • Loading branch information
ymind committed Jul 4, 2022
1 parent 6b71d15 commit ee56f2b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@ plugins {
kotlin("plugin.spring")
kotlin("plugin.jpa")

id("org.jlleitschuh.gradle.ktlint") version "10.2.1"
// https://plugins.gradle.org/plugin/team.yi.semantic-gitlog
id("team.yi.semantic-gitlog") version "0.5.17"

// https://plugins.gradle.org/plugin/se.patrikerdes.use-latest-versions
id("se.patrikerdes.use-latest-versions") version "0.2.18"
// https://plugins.gradle.org/plugin/com.github.ben-manes.versions
id("com.github.ben-manes.versions") version "0.42.0"

// https://plugins.gradle.org/plugin/org.jlleitschuh.gradle.ktlint
id("org.jlleitschuh.gradle.ktlint") version "10.3.0"
}

group = "team.yi.rsql"
Expand Down Expand Up @@ -133,7 +136,6 @@ tasks {
}

ktlint {
version.set("0.41.0")
debug.set(false)
outputToConsole.set(true)
outputColorName.set("RED")
Expand Down

0 comments on commit ee56f2b

Please sign in to comment.