Skip to content

Commit d5c794c

Browse files
committed
gradle 8.5
1 parent fc0ff8b commit d5c794c

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
buildscript {
2-
extra["gradleVersion"] = "8.5"
32
repositories {
43
google()
54
mavenCentral()
@@ -17,7 +16,7 @@ plugins {
1716

1817
tasks {
1918
wrapper {
20-
gradleVersion = gradleVersion
19+
gradleVersion = "8.5"
2120
distributionType = Wrapper.DistributionType.BIN
2221
}
2322
}

gradle/wrapper/gradle-wrapper.jar

-19.4 KB
Binary file not shown.

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.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

savestateobserver/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies {
4848
testImplementation (libs.junit)
4949
}
5050

51-
val dokkaOutputDir = "$buildDir/dokka"
51+
val dokkaOutputDir = "${layout.buildDirectory}/dokka"
5252
tasks {
5353
val sourcesJar by creating(Jar::class) {
5454
archiveClassifier.set("sources")

0 commit comments

Comments
 (0)