Skip to content

Commit 5004f1e

Browse files
committed
Remove gradle plugin com.github.youribonnaffe.gradle.format as it is deprecated and the config uses a non-existing file
1 parent 45b864b commit 5004f1e

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ buildscript {
1616
plugins {
1717
id "com.install4j.gradle" version "6.1.2"
1818
id 'com.github.johnrengelman.shadow' version '1.2.3'
19-
// TODO replaced by spotless plugin, needs to be updated
20-
id "com.github.youribonnaffe.gradle.format" version "1.5"
2119
// If this is updated to 0.0.9, check configurations.errorprone
2220
id "net.ltgt.errorprone" version "0.0.8"
2321
id 'me.champeau.gradle.jmh' version '0.3.0'
@@ -277,13 +275,6 @@ jacocoTestReport {
277275
}
278276
}
279277

280-
// enables `gradlew format`. Currently `LabelPatternUtil.java` is destroyed. Use with care!
281-
format {
282-
configurationFile = file('ide-settings/formatter_settings.xml')
283-
// default: reformat main and test
284-
//files = sourceSets.main.java
285-
}
286-
287278
shadowJar {
288279
classifier 'fat'
289280

0 commit comments

Comments
 (0)