Migrate to com.gradle.develocity:3.17.2

Fixes: #54

* Upgrade to `io.spring.ge.conventions:0.0.17`
This commit is contained in:
Artem Bilan
2024-04-29 11:03:09 -04:00
parent 00076b2ba0
commit 23dd79830a

View File

@@ -1,6 +1,6 @@
plugins {
id 'com.gradle.enterprise' version '3.16.2'
id 'io.spring.ge.conventions' version '0.0.16' apply false
id 'com.gradle.develocity' version '3.17.2'
id 'io.spring.ge.conventions' version '0.0.17' apply false
}
startParameter.noBuildScan = startParameter.taskNames.contains('format')