Skip to content

Commit 35160a3

Browse files
committed
Add pluginManagement & upgrade Develocity plugins
1 parent e40f644 commit 35160a3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

settings.gradle

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

614
rootProject.name = 'spring-kafka-dist'

0 commit comments

Comments
 (0)