File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ plugins {
11
11
`maven- publish`
12
12
signing
13
13
id(" io.github.gradle-nexus.publish-plugin" )
14
- id(" com.github.hierynomus.license" )
15
14
id(" io.github.sgtsilvio.gradle.defaults" )
16
15
id(" com.github.sgtsilvio.gradle.metadata" )
17
16
id(" com.github.sgtsilvio.gradle.javadoc-links" )
17
+ id(" com.github.hierynomus.license" )
18
18
}
19
19
20
20
plugins.withId(" com.hivemq.version-updater" ) {
@@ -166,4 +166,4 @@ nexusPublishing {
166
166
license {
167
167
header = file(" HEADER" )
168
168
mapping(" java" , " SLASHSTAR_STYLE" )
169
- }
169
+ }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version=4.8.0-SNAPSHOT
3
3
# plugins
4
4
#
5
5
plugin.nexus-publish.version =1.1.0
6
- plugin.license.version =0.16.1
7
6
plugin.defaults.version =0.2.0
8
7
plugin.metadata.version =0.3.0
9
- plugin.javadoc-links.version =0.4.1
8
+ plugin.javadoc-links.version =0.4.1
9
+ plugin.license.version =0.16.1
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ rootProject.name = "hivemq-kafka-extension-customization-sdk"
3
3
pluginManagement {
4
4
plugins {
5
5
id(" io.github.gradle-nexus.publish-plugin" ) version " ${extra[" plugin.nexus-publish.version" ]} "
6
- id(" com.github.hierynomus.license" ) version " ${extra[" plugin.license.version" ]} "
7
6
id(" io.github.sgtsilvio.gradle.defaults" ) version " ${extra[" plugin.defaults.version" ]} "
8
7
id(" com.github.sgtsilvio.gradle.metadata" ) version " ${extra[" plugin.metadata.version" ]} "
9
8
id(" com.github.sgtsilvio.gradle.javadoc-links" ) version " ${extra[" plugin.javadoc-links.version" ]} "
9
+ id(" com.github.hierynomus.license" ) version " ${extra[" plugin.license.version" ]} "
10
10
}
11
11
12
12
if (file(" ../hivemq/plugins" ).exists()) {
You can’t perform that action at this time.
0 commit comments