We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96dd402 commit 935a767Copy full SHA for 935a767
gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
test-suites/build.gradle.kts
@@ -125,7 +125,7 @@ dependencies {
125
kover(project(":"))
126
}
127
128
-private val remotesFile = file("$buildDir/remotes.json")
+private val remotesFile = layout.buildDirectory.file("remotes.json").get().asFile
129
130
val generateRemoteSchemas =
131
tasks.register("generateRemoteSchemas") {
0 commit comments