Skip to content

Commit d36c32f

Browse files
Remove jcenter()
1 parent 5d8458e commit d36c32f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

buildSrc/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ plugins {
77
sourceCompatibility = JavaVersion.VERSION_17
88

99
repositories {
10-
jcenter()
1110
gradlePluginPortal()
1211
mavenCentral()
1312
maven { url 'https://repo.spring.io/plugins-release/' }

buildSrc/src/main/groovy/io/spring/gradle/convention/RepositoryConventionPlugin.groovy

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ class RepositoryConventionPlugin implements Plugin<Project> {
3535
mavenLocal()
3636
}
3737
mavenCentral()
38-
jcenter() {
39-
content {
40-
includeGroup "org.gretty"
41-
}
42-
}
4338
if (isSnapshot) {
4439
maven {
4540
name = 'artifactory-snapshot'

0 commit comments

Comments
 (0)