File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import org.gradle.plugin.use.PluginDependency
1515val 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
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments