Skip to content

Commit

Permalink
Remove redundant bintray label definitions in subprojects
Browse files Browse the repository at this point in the history
Now the labels are defined for all projects in the base gradle build file.
  • Loading branch information
shakuzen committed Oct 1, 2019
1 parent 8c935cd commit be5472c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ plugins {
id 'java-library'
}

bintray.labels = ['prometheus', 'micrometer', 'metrics', 'rsocket']

repositories {
mavenCentral()
}
Expand Down
2 changes: 0 additions & 2 deletions starter-spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ plugins {
id 'io.spring.dependency-management' version '1.0.8.RELEASE'
}

bintray.labels = ['prometheus', 'micrometer', 'metrics', 'rsocket']

repositories {
mavenCentral()
// Needed because rsocket imports the reactor-bom Dysprosium still in milestones
Expand Down

0 comments on commit be5472c

Please sign in to comment.