Switch GMA dep from bintray to artifactory. (#2149)

* 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
This commit is contained in:
John Plaisted 2021-02-26 14:21:01 -08:00 committed by GitHub
parent 0833f8ceb1
commit d3cad7bba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -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'

View File

@ -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
}
}