Skip to content

Commit ea0f1be

Browse files
committed
Update gradle to 9.2.0
Attempted to resolve TODO on line 1099, however some of the API is still not recognized. Added a 9.2+ to the TODO
1 parent 1dc6b82 commit ea0f1be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ tasks.register('schemaZip', Zip) {
10961096
shortName = ''
10971097
}
10981098

1099-
/* TODO until Gradle 9.1.1 or 9.2
1099+
/* TODO until Gradle 9.1.1 or 9.2+
11001100
subproject.sourceSets.main.resources.find {
11011101
it.path.endsWith("META-INF${File.separator}spring.schemas")
11021102
}?.withInputStream { schemas.load(it) }*/

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=a17ddd85a26b6a7f5ddb71ff8b05fc5104c0202c6e64782429790c933686c806
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
3+
distributionSha256Sum=df67a32e86e3276d011735facb1535f64d0d88df84fa87521e90becc2d735444
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)