Skip to content

Commit 89dad5c

Browse files
committed
Remove unused spotless configuration
1 parent f5cb385 commit 89dad5c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,6 @@ spotless {
6969
googleJavaFormat("1.28.0")
7070
lineEndings = LineEnding.UNIX
7171
}
72-
73-
groovy {
74-
target "src/**/*.groovy"
75-
76-
greclipse()
77-
lineEndings = LineEnding.UNIX
78-
}
7972
}
8073

8174
tasks.register("printVersion") {

0 commit comments

Comments
 (0)