NUR/pkgs/JAVMovieScraper/disable_spotless.patch

22 lines
383 B
Diff
Raw Normal View History

2019-11-02 03:14:47 +01:00
diff --git a/build.gradle b/build.gradle
index 89d9f44..54ca85e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -79,11 +79,11 @@ shadowJar {
baseName = project.name
}
-spotless {
- java {
- eclipse().configFile 'config/format/eclipseformat.xml'
- }
-}
+/*spotless {
+ java {
+ eclipse().configFile 'config/format/eclipseformat.xml'
+ }
+t}*/
jacocoTestReport {
reports {