Skip to content

Commit

Permalink
Move jcenter after maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
bantonsson committed Dec 22, 2020
1 parent c1ad8d6 commit 7caaec6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies {
}

repositories {
mavenCentral()
jcenter()
maven {
name "lightbend-maven-releases"
Expand Down
1 change: 1 addition & 0 deletions dd-smoke-tests/play-2.4/play-2.4.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ model {
}

repositories {
mavenCentral()
jcenter()
maven {
name "lightbend-maven-releases"
Expand Down
1 change: 1 addition & 0 deletions dd-smoke-tests/play-2.5/play-2.5.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ model {
}

repositories {
mavenCentral()
jcenter()
maven {
name "lightbend-maven-releases"
Expand Down
1 change: 1 addition & 0 deletions dd-smoke-tests/play-2.6/play-2.6.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ model {
}

repositories {
mavenCentral()
jcenter()
maven {
name "lightbend-maven-releases"
Expand Down
2 changes: 1 addition & 1 deletion dd-trace-java.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ allprojects {

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

description = 'dd-trace-java'
Expand Down
2 changes: 1 addition & 1 deletion gradle/repositories.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repositories {
mavenLocal()
jcenter()
mavenCentral()
jcenter()
maven {
url "https://adoptopenjdk.jfrog.io/adoptopenjdk/jmc-libs-snapshots"
mavenContent {
Expand Down
2 changes: 1 addition & 1 deletion test-published-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ plugins {

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

def sharedConfigDirectory = "$rootDir/../gradle"
Expand Down

0 comments on commit 7caaec6

Please sign in to comment.