Skip to content

Commit 81c7561

Browse files
committed
Remove the ide subproject.
1 parent 4ad0be2 commit 81c7561

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

gradle/spotless.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ spotless {
1212
throw new AssertionError("Accidental internal import")
1313
}
1414
}
15-
if (project.name != 'ide' && project != rootProject) {
16-
// the rootProject and ide projects don't have any java
15+
if (project != rootProject) {
16+
// the rootProject doesn't have any java
1717
java {
1818
ratchetFrom 'origin/main'
1919
custom 'noInternalDeps', noInternalDepsClosure

ide/build.gradle

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)