Skip to content

Commit

Permalink
Use mavenCentral instead of jcenter
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Feb 23, 2021
1 parent 40c523d commit 5b5484b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ If using gradle 2.1 or newer:
-or-

buildscript {
repositories { jcenter() }
repositories { mavenCentral() }
dependencies { classpath 'com.netflix.nebula:gradle-netflixoss-project-plugin:5.1.1' }
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class NetflixOssProjectIntegrationSpec extends IntegrationSpec {
${applyPlugin(NetflixOssProjectPlugin)}
${applyPlugin(JavaPlugin)}
repositories {
jcenter()
mavenCentral()
}
dependencies {
testImplementation 'junit:junit:4.12'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class NetflixOssProjectPublishingIntegrationSpec extends GitVersioningIntegratio
${applyPlugin(NetflixOssProjectPlugin)}
${applyPlugin(JavaPlugin)}
repositories {
jcenter()
mavenCentral()
}
dependencies {
testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit 5b5484b

Please sign in to comment.