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 8a2d42b commit eb9bf48Copy full SHA for eb9bf48
settings.gradle.kts
@@ -11,5 +11,7 @@ pluginManagement {
11
12
if (file("../plugins").exists()) {
13
includeBuild("../plugins")
14
+ } else if(file("../hivemq/plugins").exists()) {
15
+ includeBuild("../hivemq/plugins")
16
}
17
0 commit comments