We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pluginManagement
settings.gradle
1 parent 750ef35 commit b3461a4Copy full SHA for b3461a4
settings.gradle
@@ -1,3 +1,10 @@
1
+pluginManagement {
2
+ repositories {
3
+ gradlePluginPortal()
4
+ mavenCentral()
5
+ }
6
+}
7
+
8
plugins {
9
id 'com.gradle.develocity' version '3.17.5'
10
id 'io.spring.develocity.conventions' version '0.0.19'
0 commit comments