Skip to content

Commit

Permalink
remove jcenter references in build (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington authored Mar 30, 2021
1 parent 87a9f12 commit aca6c4d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@

buildscript {
repositories {
jcenter()
}
}

plugins {
id 'nebula.netflixoss' version '9.1.0'
}
Expand All @@ -22,7 +16,7 @@ subprojects {

repositories {
mavenLocal()
jcenter()
mavenCentral()
}

group = "com.netflix.${githubProjectName}"
Expand Down

0 comments on commit aca6c4d

Please sign in to comment.