Skip to content

Commit

Permalink
LPD-41339 liferay-blade-cli: put jcenter last
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbrokke committed Nov 11, 2024
1 parent cce8c58 commit 4b4eadc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ buildscript {
}

repositories {
jcenter()

maven {
url "https://plugins.gradle.org/m2/"
}
Expand All @@ -25,6 +23,8 @@ buildscript {
}

mavenCentral()

jcenter()
}
}

Expand Down
4 changes: 2 additions & 2 deletions extensions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ subprojects {
dirs "${rootProject.projectDir}/libs"
}

jcenter()

maven {
url "https://repo.gradle.org/gradle/libs-releases/"
}
Expand All @@ -36,5 +34,7 @@ subprojects {
}

mavenCentral()

jcenter()
}
}

0 comments on commit 4b4eadc

Please sign in to comment.