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 1b8d89c commit 9a30110Copy full SHA for 9a30110
build.gradle.kts
@@ -81,7 +81,7 @@ repositories {
81
dependencies {
82
83
/* HiveMQ platform constraints */
84
- internalPlatform(platform("com.hivemq:hivemq-platform:$version"))
+ internalPlatform(platform("com.hivemq:hivemq-main-platform"))
85
86
api("com.hivemq:hivemq-extension-sdk:$version")
87
api("org.slf4j:slf4j-api")
settings.gradle.kts
@@ -13,6 +13,5 @@ pluginManagement {
13
if (file("../hivemq-extension-sdk").exists()) {
14
includeBuild("../hivemq-extension-sdk")
15
}
16
-if (file("../hivemq-platform").exists()) {
17
- includeBuild("../hivemq-platform")
18
-}
+
+includeBuild("../hivemq-platform")
0 commit comments