Skip to content

Commit

Permalink
chore(build): remove references to bintray since it's gone (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbyron-sf authored Dec 2, 2021
1 parent af41b4f commit e60bbf5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ subprojects { project ->
exclude "**/*.yml"
}

repositories {
jcenter()
maven { url "https://dl.bintray.com/spinnaker/spinnaker"}
}

if (name != "kayenta-bom") {
dependencies {
constraints {
Expand Down
2 changes: 1 addition & 1 deletion kayenta-graphite/kayenta-graphite.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
// Apache 2.0, https://github.com/ozimov/embedded-redis#license
Expand Down
2 changes: 1 addition & 1 deletion kayenta-signalfx/kayenta-signalfx.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
repositories {
jcenter()
mavenCentral()
}
dependencies {
// Apache 2.0, https://github.com/ozimov/embedded-redis#license
Expand Down

0 comments on commit e60bbf5

Please sign in to comment.