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.
pluginManagement
1 parent e40f644 commit 35160a3Copy full SHA for 35160a3
settings.gradle
@@ -1,6 +1,14 @@
1
+pluginManagement {
2
+ repositories {
3
+ mavenCentral()
4
+ gradlePluginPortal()
5
+ maven { url 'https://repo.spring.io/release' }
6
+ }
7
+}
8
+
9
plugins {
- id 'com.gradle.enterprise' version '3.12.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'
12
}
13
14
rootProject.name = 'spring-kafka-dist'
0 commit comments