Skip to content

Commit 8726de6

Browse files
committed
Remove clientcommands-scripting from settings.gradle
1 parent 1a9d53f commit 8726de6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

settings.gradle

-5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,3 @@ pluginManagement {
99
}
1010

1111
rootProject.name = 'clientcommands'
12-
13-
// Optionally depend on clientcommands-scripting
14-
if (new File(rootProject.projectDir, 'clientcommands-scripting/build.gradle').exists()) {
15-
include 'clientcommands-scripting'
16-
}

0 commit comments

Comments
 (0)