Skip to content

Commit

Permalink
fix(build): remove bintray deps (#2460)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Apr 26, 2021
1 parent 55712f5 commit bd0c2ff
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions repositories.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,11 @@ repositories {
maven {
url "https://packages.confluent.io/maven/"
}
maven {
url "https://dl.bintray.com/gradle/gradle-plugins"
}
maven {
url "https://plugins.gradle.org/m2/"
}
maven {
url "https://linkedin.jfrog.io/artifactory/open-source/" // GMA
}
maven {
url "https://linkedin.bintray.com/maven/" // pegasus
url "https://linkedin.jfrog.io/artifactory/open-source/" // GMA, pegasus
}
}

Expand Down

0 comments on commit bd0c2ff

Please sign in to comment.