File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import java.util.*
3
3
plugins {
4
4
id(" java-library" )
5
5
id(" maven-publish" )
6
- id(" com.jfrog.bintray" )
7
6
id(" com.github.hierynomus.license" )
8
7
id(" com.github.sgtsilvio.gradle.utf8" )
9
8
id(" com.github.sgtsilvio.gradle.metadata" )
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ slf4j.version=1.7.30
7
7
# plugins
8
8
#
9
9
plugin.license.version =0.15.0
10
- plugin.bintray.version =1.8.5
11
10
plugin.utf8.version =0.1.0
12
11
plugin.metadata.version =0.2.0
13
12
plugin.javadoc-links.version =0.3.0
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ rootProject.name = "hivemq-kafka-extension-customization-sdk"
3
3
pluginManagement {
4
4
plugins {
5
5
id(" com.github.hierynomus.license" ) version " ${extra[" plugin.license.version" ]} "
6
- id(" com.jfrog.bintray" ) version " ${extra[" plugin.bintray.version" ]} "
7
6
id(" com.github.sgtsilvio.gradle.utf8" ) version " ${extra[" plugin.utf8.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" ]} "
You can’t perform that action at this time.
0 commit comments