Skip to content

Commit e7605c4

Browse files
authored
Fix deprecation warnings from Spotless (#3630)
1 parent 3570e3f commit e7605c4

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.4.1'
2222
classpath 'de.undercouch:gradle-download-task:5.2.1'
2323
classpath 'io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.35'
24-
classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.12.1'
24+
classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.15.0'
2525

2626
constraints {
2727
classpath('org.ow2.asm:asm:7.3.1') {
@@ -193,7 +193,7 @@ subprojects {
193193

194194
spotless {
195195
kotlin {
196-
ktlint().editorConfigOverride([disabled_rules: "no-wildcard-imports"])
196+
ktlint().editorConfigOverride(['ktlint_standard_no-wildcard-imports': 'disabled'])
197197
}
198198
}
199199

buildscript-gradle.lockfile

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)