Skip to content

Commit 18cc6e6

Browse files
committed
Gradle -> Include hivemq plugins build from a hivemq project checked out next to this project
(cherry picked from commit 65d9742)
1 parent 1023f75 commit 18cc6e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

settings.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ pluginManagement {
1111

1212
if (file("../plugins").exists()) {
1313
includeBuild("../plugins")
14+
} else if(file("../hivemq/plugins").exists()) {
15+
includeBuild("../hivemq/plugins")
1416
}
1517
}
1618

0 commit comments

Comments
 (0)