Migrate to com.gradle.develocity:3.17.2

Fixes: #3221

* Upgrade to `io.spring.ge.conventions:0.0.17`
This commit is contained in:
Soby Chacko
2024-04-29 11:57:00 -04:00
parent 6cb805be05
commit 4439bf3395

View File

@@ -7,8 +7,8 @@ pluginManagement {
}
plugins {
id 'com.gradle.enterprise' version '3.16.2'
id 'io.spring.ge.conventions' version '0.0.16'
id 'com.gradle.enterprise' version '3.17.2'
id 'io.spring.ge.conventions' version '0.0.17'
}
rootProject.name = 'spring-kafka-dist'