Skip to content

Commit

Permalink
[GOBBLIN-1711] Replace Jcenter with maven central (#3566)
Browse files Browse the repository at this point in the history
  • Loading branch information
homatthew authored Sep 20, 2022
1 parent 5ae4ec7 commit f340a64
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gradle/scripts/buildscript.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@

repositories {
repositories {
maven {
// For gradle-nexus-plugin
url 'https://jcenter.bintray.com/'
}
// For gradle-nexus-plugin
mavenCentral()
}
}

Expand Down

0 comments on commit f340a64

Please sign in to comment.