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 2cea53b commit ce72196Copy full SHA for ce72196
build.gradle.kts
@@ -21,8 +21,6 @@ plugins.withId("com.hivemq.version-updater") {
21
project.ext.set("versionUpdaterFiles", arrayOf("README.adoc"))
22
}
23
24
-/* ******************** metadata ******************** */
25
-
26
group = "com.hivemq"
27
description = "SDK for the development of HiveMQ Kafka Extension customizations"
28
@@ -85,8 +83,6 @@ repositories {
85
83
86
84
87
dependencies {
88
89
- /* HiveMQ platform constraints */
90
internalPlatform(platform("com.hivemq:hivemq-main-platform"))
91
92
api("com.hivemq:hivemq-extension-sdk:$version")
@@ -99,7 +95,6 @@ java {
99
95
toolchain {
100
96
languageVersion.set(JavaLanguageVersion.of(11))
101
97
102
103
98
withJavadocJar()
104
withSourcesJar()
105
0 commit comments