Skip to content

Commit 0060763

Browse files
committed
Undo workaround for gradle plugin portal jcenter issues
This appears to work without this workaround now from my testing. See f188cb8
1 parent f188cb8 commit 0060763

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

settings.gradle

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,8 @@ pluginManagement {
22
repositories {
33
mavenCentral()
44
maven { url 'https://repo.spring.io/release' }
5-
gradlePluginPortal {
6-
content {
7-
includeGroup('org.gradle')
8-
includeGroup('org.gradle.kotlin')
9-
includeGroup('org.gradle.kotlin.kotlin-dsl')
10-
11-
includeGroup('com.gradle')
12-
includeGroup('com.gradle.enterprise')
13-
14-
includeGroup('me.champeau.jmh')
15-
includeGroup('io.github.gradle-nexus')
16-
includeGroup('gradle.plugin.com.hierynomus.gradle.plugins')
17-
includeGroup('org.ajoberstar.grgit')
18-
includeGroup('io.spring.nohttp')
19-
includeGroup('com.github.johnrengelman.shadow')
20-
includeGroup('gradle.plugin.com.github.johnrengelman')
21-
}
22-
23-
metadataSources {
24-
mavenPom()
25-
ignoreGradleMetadataRedirection()
26-
}
27-
}
5+
// resolve last due to intermittent jcenter issues
6+
gradlePluginPortal()
287
}
298
}
309

0 commit comments

Comments
 (0)