Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 7fb6dd9

Browse files
committed
Add support for testplugins
1 parent ed8ac66 commit 7fb6dd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

settings.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ if (file('SpongeVanilla/client.gradle').exists() && file('SpongeVanilla/client.g
77
('SpongeVanilla/client.gradle').text.contains("// include 'client'")) {
88
include 'SpongeVanilla:client'
99
}
10+
if (file('SpongeCommon/testplugins/build.gradle').exists()) {
11+
include 'SpongeCommon:testplugins'
12+
}
1013
if (file('gradle/local-settings.gradle').exists()) {
1114
apply from: file('gradle/local-settings.gradle')
1215
}

0 commit comments

Comments
 (0)