Skip to content

Commit c9f4d7e

Browse files
committed
Add pluginManagement into settings.gradle
**Auto-cherry-pick to `6.3.x` & `6.2.x`**
1 parent 9bb353a commit c9f4d7e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

settings.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
pluginManagement {
2+
repositories {
3+
gradlePluginPortal()
4+
mavenCentral()
5+
}
6+
}
7+
18
plugins {
29
id 'com.gradle.develocity' version '3.17.5'
310
id 'io.spring.develocity.conventions' version '0.0.19'

0 commit comments

Comments
 (0)