Skip to content

Commit

Permalink
Switch GMA dep from bintray to artifactory. (#2149)
Browse files Browse the repository at this point in the history
* Switch GMA dep from bintray to artifactory.

Bintray is set for deprecation and EoL in a few months.

We still need bintray for pegasus until restli team migrates off of it.

* tick version to version that should only be on artifactory
  • Loading branch information
John Plaisted authored Feb 26, 2021
1 parent 0833f8c commit d3cad7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.junitJupiterVersion = '5.6.1'
ext.gmaVersion = '0.2.41'
ext.gmaVersion = '0.2.45'
ext.pegasusVersion = '28.3.7'

apply from: './repositories.gradle'
Expand Down
5 changes: 4 additions & 1 deletion repositories.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ repositories {
url "https://plugins.gradle.org/m2/"
}
maven {
url "https://linkedin.bintray.com/maven/"
url "https://linkedin.jfrog.io/artifactory/open-source/" // GMA
}
maven {
url "https://linkedin.bintray.com/maven/" // pegasus
}
}

Expand Down

0 comments on commit d3cad7b

Please sign in to comment.