Skip to content

Commit

Permalink
Set Bintray package to io.micrometer for all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Sep 6, 2019
1 parent 7d1e767 commit 13f6838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ subprojects {

if (project.extensions.findByName('bintray')) {
bintray.labels = ['micrometer', 'atlas', 'metrics', 'prometheus', 'spectator', 'influx', 'new-relic', 'signalfx', 'wavefront', 'elastic', 'dynatrace', 'azure-monitor', 'appoptics', 'kairos', 'stackdriver']
bintray.packageName = 'io.micrometer'
}
}

Expand Down

0 comments on commit 13f6838

Please sign in to comment.