Skip to content

Commit d0c064b

Browse files
committed
Gradel upgrade to 9.0.0
Signed-off-by: Gopal S Akshintala <[email protected]>
1 parent d6afae7 commit d0c064b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/kotlin/preDef.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import org.gradle.plugin.use.PluginDependency
1515
val Provider<PluginDependency>.pluginId: String
1616
get() = get().pluginId
1717

18-
infix fun <T> Property<T>.by(value: T) {
18+
infix fun <T : Any> Property<T>.by(value: T) {
1919
set(value)
2020
}
2121

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)