We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42fc708 commit 79507dfCopy full SHA for 79507df
gradle/validation/spotless.gradle
@@ -20,7 +20,7 @@
20
* spotless and Google Java Format.
21
*/
22
23
-// def resources = scriptResources(buildscript)
+def resources = scriptResources(buildscript)
24
25
configure(allprojects) { prj ->
26
plugins.withType(JavaPlugin) {
@@ -36,7 +36,8 @@ configure(allprojects) { prj ->
36
37
lineEndings 'UNIX'
38
endWithNewline()
39
- googleJavaFormat(deps.versions.googleJavaFormat.get())
+ // googleJavaFormat(deps.versions.googleJavaFormat.get())
40
+ eclipse().configFile(file("${resources}/eclipse-java-google-style.xml"))
41
42
// Apply to all Java sources
43
target "src/**/*.java"
0 commit comments