Skip to content

Commit f72c56c

Browse files
artembilanspring-builds
authored andcommitted
Migrate to io.spring.develocity.conventions plugin
(cherry picked from commit bc3017c)
1 parent 21baa42 commit f72c56c

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.develocity' 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)