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 53c5965 commit 0dd4f2fCopy full SHA for 0dd4f2f
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.enterprise' 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