Skip to content

Commit c2032d2

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

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-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
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
kotest.framework.parallelism=8
2+
kotest.framework.discovery.jar.scan.disable=true
3+
kotest.framework.classpath.scanning.config.disable=true
4+
kotest.framework.classpath.scanning.autoscan.disable=true

0 commit comments

Comments
 (0)