Add pluginManagement into settings.gradle
(cherry picked from commit c9f4d7e52a)
This commit is contained in:
committed by
Spring Builds
parent
876afa48d2
commit
865952d79d
@@ -1,3 +1,10 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'com.gradle.develocity' version '3.17.5'
|
||||
id 'io.spring.develocity.conventions' version '0.0.19'
|
||||
|
||||
Reference in New Issue
Block a user