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.
io.spring.develocity.conventions
1 parent 21baa42 commit f72c56cCopy full SHA for f72c56c
settings.gradle
@@ -1,14 +1,13 @@
1
pluginManagement {
2
repositories {
3
- mavenCentral()
4
gradlePluginPortal()
5
- maven { url 'https://repo.spring.io/release' }
+ mavenCentral()
6
}
7
8
9
plugins {
10
id 'com.gradle.develocity' version '3.17.5'
11
- id 'io.spring.ge.conventions' version '0.0.17'
+ id 'io.spring.develocity.conventions' version '0.0.19'
12
13
14
rootProject.name = 'spring-kafka-dist'
0 commit comments