1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Description: Ignore the spotless plugin
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/build.gradle
+++ b/build.gradle
@@ -14,7 +14,6 @@
}
plugins {
- id "com.diffplug.gradle.spotless" version "3.24.3"
id 'eclipse'
}
@@ -87,7 +86,7 @@
}
-spotless {
+/*spotless {
java {
licenseHeaderFile rootProject.file('config/spotless/spotless.header')
@@ -98,6 +97,6 @@
importOrder 'static java', 'static javax', 'static ', 'java', 'javax', ''
}
-}
+}*/
|