File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ buildscript {
1616plugins {
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-
287278shadowJar {
288279 classifier ' fat'
289280
You can’t perform that action at this time.
0 commit comments