File tree 1 file changed +2
-23
lines changed 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change @@ -2,29 +2,8 @@ pluginManagement {
2
2
repositories {
3
3
mavenCentral()
4
4
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()
28
7
}
29
8
}
30
9
You can’t perform that action at this time.
0 commit comments