File: 17-ignore-spotless-plugin.patch

package info (click to toggle)
mockito 3.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,072 kB
  • sloc: java: 48,590; xml: 48; makefile: 5
file content (30 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (2)
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', ''
     }
-}
+}*/