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 4ad0be2 commit 81c7561Copy full SHA for 81c7561
gradle/spotless.gradle
@@ -12,8 +12,8 @@ spotless {
12
throw new AssertionError("Accidental internal import")
13
}
14
15
- if (project.name != 'ide' && project != rootProject) {
16
- // the rootProject and ide projects don't have any java
+ if (project != rootProject) {
+ // the rootProject doesn't have any java
17
java {
18
ratchetFrom 'origin/main'
19
custom 'noInternalDeps', noInternalDepsClosure
ide/build.gradle
0 commit comments