Skip to content

Commit

Permalink
Adding back jcenter repository resolver (#7665)
Browse files Browse the repository at this point in the history
* Fixes #7636
* We removed the jcenter repository from the build because it was deprecated and tests showed it was unnecessary.  
* Adding it back because it turned out to be necessary and is going to go into read only mode instead of being taken offline.
  • Loading branch information
lbergelson committed Feb 7, 2022
1 parent 801bd5c commit f3ea606
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 @@ -48,6 +48,7 @@ task downloadGsaLibFile(type: Download) {
repositories {
mavenCentral()

jcenter()
maven {
url "https://broadinstitute.jfrog.io/broadinstitute/libs-snapshot/" //for htsjdk snapshots
}
Expand Down

0 comments on commit f3ea606

Please sign in to comment.