File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ plugins {
14
14
/* ******************** metadata ******************** */
15
15
16
16
group = " com.hivemq"
17
- description = " SDK for the development of HiveMQ Kafka Extension extensions "
17
+ description = " SDK for the development of HiveMQ Kafka Extension customizations "
18
18
19
19
metadata {
20
- readableName = " HiveMQ Kafka Extension SDK"
20
+ readableName = " HiveMQ Kafka Extension Customization SDK"
21
21
organization {
22
22
name = " HiveMQ GmbH"
23
23
url = " https://www.hivemq.com/"
@@ -54,7 +54,7 @@ metadata {
54
54
}
55
55
github {
56
56
org = " hivemq"
57
- repo = " hivemq-kafka-extension-sdk"
57
+ repo = " hivemq-kafka-extension-customization- sdk"
58
58
issues()
59
59
}
60
60
}
@@ -103,7 +103,7 @@ tasks.javadoc {
103
103
104
104
/* ******************** publishing ******************** */
105
105
106
- publishing.publications.register<MavenPublication >(" kafkaExtensionSdk " ) {
106
+ publishing.publications.register<MavenPublication >(" kafkaExtensionCustomizationSdk " ) {
107
107
from(components[" java" ])
108
108
}
109
109
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ pluginManagement {
8
8
}
9
9
}
10
10
11
- rootProject.name = " hivemq-kafka-extension-sdk"
11
+ rootProject.name = " hivemq-kafka-extension-customization- sdk"
You can’t perform that action at this time.
0 commit comments