Skip to content

Commit

Permalink
Build polish: remove jcenter() in favor of mavenCentral() (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Mar 23, 2021
1 parent 13870fc commit 5ceee35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ subprojects {
group = "io.projectreactor.tools"

repositories {
jcenter()
mavenCentral()
}

tasks.withType(Test).all {
Expand Down
2 changes: 1 addition & 1 deletion junit-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "BlockHound JUnit Platform Integration"
sourceCompatibility = targetCompatibility = 8

repositories {
jcenter()
mavenCentral()
}

test {
Expand Down

0 comments on commit 5ceee35

Please sign in to comment.