Skip to content

Commit

Permalink
Replace jcenter with mavenCentral
Browse files Browse the repository at this point in the history
  • Loading branch information
gstamatelat committed Nov 19, 2022
1 parent e9dc7ef commit 3d418f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions demo-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ plugins {

sourceCompatibility = 1.8

repositories {
jcenter()
}

sourceSets {
main {
java {
Expand Down
2 changes: 1 addition & 1 deletion demo-scala/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

repositories {
jcenter()
mavenCentral()
}

sourceSets {
Expand Down

0 comments on commit 3d418f6

Please sign in to comment.