Skip to content

Commit 0dd4f2f

Browse files
committed
Migrate to io.spring.develocity.conventions plugin
(cherry picked from commit bc3017c) # Conflicts: # settings.gradle
1 parent 53c5965 commit 0dd4f2f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

settings.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
pluginManagement {
22
repositories {
3-
mavenCentral()
43
gradlePluginPortal()
5-
maven { url 'https://repo.spring.io/release' }
4+
mavenCentral()
65
}
76
}
87

98
plugins {
109
id 'com.gradle.enterprise' version '3.17.5'
11-
id 'io.spring.ge.conventions' version '0.0.17'
10+
id 'io.spring.develocity.conventions' version '0.0.19'
1211
}
1312

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

0 commit comments

Comments
 (0)