Skip to content

Commit bbb29b9

Browse files
committed
remove bintray dependencies
1 parent 7d12c41 commit bbb29b9

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ buildscript {
77
dependencies {
88
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
99
classpath("com.github.ben-manes:gradle-versions-plugin:$gradleVersionsVersion")
10-
classpath("com.jfrog.bintray.gradle:gradle-bintray-plugin:${bintrayVersion}")
1110
}
1211
}
1312

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
version=1.0.0-beta6
22
springBootVersion=2.4.2
33
gradleVersionsVersion=0.36.0
4-
bintrayVersion=1.8.5
54
toPublish=async-commons,async-commons-api,async-commons-standalone,async-commons-starter,domain-events-api

main.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ subprojects {
3737
}
3838

3939
if (toPublish.split(',').contains(it.name)) {
40-
apply plugin: 'com.jfrog.bintray'
4140
apply plugin: 'maven-publish'
4241
apply plugin: 'signing'
4342
ext {

0 commit comments

Comments
 (0)