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 ff9bb5f commit cf4bdd1Copy full SHA for cf4bdd1
gradle/spotless.gradle
@@ -16,13 +16,13 @@ spotless {
16
// the rootProject doesn't have any java
17
java {
18
ratchetFrom 'origin/main'
19
- custom 'noInternalDeps', noInternalDepsClosure
20
bumpThisNumberIfACustomStepChanges(1)
21
licenseHeaderFile rootProject.file('gradle/spotless.license')
22
importOrderFile rootProject.file('gradle/spotless.importorder')
23
eclipse().configFile rootProject.file('gradle/spotless.eclipseformat.xml')
24
trimTrailingWhitespace()
25
removeUnusedImports()
+ custom 'noInternalDeps', noInternalDepsClosure
26
}
27
28
groovyGradle {
0 commit comments