File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
pluginManagement {
2
2
repositories {
3
+ mavenCentral()
3
4
maven { url ' https://repo.spring.io/release' }
4
- gradlePluginPortal()
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
28
}
6
29
}
7
30
You can’t perform that action at this time.
0 commit comments