1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Fix Gradle 9.0 deprecations

This commit addresses several build warnings and errors to prepare for
Gradle 9.0 and resolve static analysis issues.
Closes: gh-18472
Signed-off-by: Pavel Vassiliev <paulvas@gmail.com>

Signed-off-by: Pavel Vassiliev <paulvas@gmail.com>
This commit is contained in:
Pavel Vassiliev
2026-01-10 22:19:11 -05:00
committed by Rob Winch
parent 13f6286e04
commit 641d8a362b
10 changed files with 27 additions and 29 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ java {
repositories {
gradlePluginPortal()
mavenCentral()
maven { url 'https://repo.spring.io/snapshot' }
maven { url = 'https://repo.spring.io/snapshot' }
}
sourceSets {