Skip to content

Commit 02205ea

Browse files
committed
Bring back pluginManagement into settings.gradle
1 parent 1ca97ea commit 02205ea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

settings.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
pluginManagement {
2+
repositories {
3+
mavenCentral()
4+
gradlePluginPortal()
5+
maven { url 'https://repo.spring.io/release' }
6+
}
7+
}
8+
19
plugins {
210
id 'com.gradle.enterprise' version '3.15.1'
311
id 'io.spring.ge.conventions' version '0.0.15'

0 commit comments

Comments
 (0)