Skip to content

Commit

Permalink
Merge pull request #36 from gradle/cobexer/replace-jcenter-with-maven…
Browse files Browse the repository at this point in the history
…-central

replace JCenter with Maven Central because JCenter goes away
  • Loading branch information
cobexer authored Jul 17, 2024
2 parents 49caeb5 + f9f5a2c commit 819bd7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples-dev/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
sourceCompatibility = 1.8

repositories {
jcenter()
mavenCentral()
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion samples-dev/plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ java {
}

repositories {
jcenter()
mavenCentral()
}

dependencies {
Expand Down

0 comments on commit 819bd7c

Please sign in to comment.