File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
plugins/project/src/main/kotlin/common Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx2g
33org.gradle.parallel =true
44org.gradle.caching =true
55org.gradle.configureondemand =true
6- org.gradle.configuration-cache =false
6+ org.gradle.configuration-cache =true
77org.gradle.configuration-cache.problems =warn
88org.gradle.kotlin.dsl.allWarningsAsErrors =true
99org.gradle.unsafe.isolated-projects =false
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ kotlin-jvmtarget = "21"
66kotlin-dsl-jvmtarget = " 21"
77kotlin-api-version = " 2.2"
88kotlin-lang-version = " 2.2"
9- gradle = " 8.14.1 "
9+ gradle = " 9.0.0-milestone-9 "
1010java-vendor = " Oracle"
1111java-jvmargs = " --enable-preview"
1212java-addmodules = " jdk.incubator.vector"
@@ -101,7 +101,7 @@ mockk = "1.14.2"
101101mokkery = " 2.8.0"
102102wiremock = " 4.0.0-beta.9"
103103wiremock-kotlin = " 2.1.1"
104- okhttp = " 5.0.0-alpha.15 "
104+ okhttp = " 5.0.0-alpha.16 "
105105slf4j = " 2.1.0-alpha1"
106106logback = " 1.5.18"
107107logback-tyler = " 1.0.2"
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.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0-milestone-9 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33#
4- # Copyright © 2015-2021 the original authors.
4+ # Copyright © 2015 the original authors.
55#
66# Licensed under the Apache License, Version 2.0 (the "License");
77# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -599,7 +599,7 @@ fun KotlinSourceSet.ksp(dependencyNotation: Any) {
599599}
600600
601601/* * Returns the path of the dependency jar in the runtime classpath. */
602- fun Project.depPathOf (dep : ExternalDependency ): Provider <String ? > =
602+ fun Project.depPathOf (dep : ExternalDependency ): Provider <String > =
603603 configurations
604604 .named(" runtimeClasspath" )
605605 .flatMap { it.incoming.artifacts.resolvedArtifacts }
You can’t perform that action at this time.
0 commit comments