Skip to content

Commit a6f8af9

Browse files
chore(deps): update dependency gradle to v8.12
1 parent 30f1888 commit a6f8af9

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

gradle/verification-metadata.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3962,6 +3962,11 @@
39623962
<sha256 value="ccbd97693036634816295198e4944534fafb73d778f8cd4d439f3c87b090f494" origin="Generated by Gradle"/>
39633963
</artifact>
39643964
</component>
3965+
<component group="org.jetbrains.kotlin" name="kotlin-build-tools-api" version="2.1.0">
3966+
<artifact name="kotlin-build-tools-api-2.1.0.pom">
3967+
<sha256 value="e3cfc8da8ddf3bbd3f0ca07183a51feb4893e8bcb8fee801f4b8ce05ef9443a9" origin="Generated by Gradle"/>
3968+
</artifact>
3969+
</component>
39653970
<component group="org.jetbrains.kotlin" name="kotlin-compiler-embeddable" version="1.9.22">
39663971
<artifact name="kotlin-compiler-embeddable-1.9.22.pom">
39673972
<sha256 value="b3da34bb6f4296acf3a0f443466f0506c6c99da5cd9624d6e0b745b2228784eb" origin="Generated by Gradle"/>
@@ -4032,6 +4037,11 @@
40324037
<sha256 value="f9676ad4954114b81cdfd091e9b5b427bc6491cfa94484668d653d4d19023e6d" origin="Generated by Gradle"/>
40334038
</artifact>
40344039
</component>
4040+
<component group="org.jetbrains.kotlin" name="kotlin-compiler-runner" version="2.1.0">
4041+
<artifact name="kotlin-compiler-runner-2.1.0.pom">
4042+
<sha256 value="13ad1bfcea4778db8336d30bd8edf02239354475f2c4d3289ddffb5a183205d5" origin="Generated by Gradle"/>
4043+
</artifact>
4044+
</component>
40354045
<component group="org.jetbrains.kotlin" name="kotlin-daemon-client" version="1.9.22">
40364046
<artifact name="kotlin-daemon-client-1.9.22.pom">
40374047
<sha256 value="62c44a659da55db6fb125e2929b98d504a30e1f4af814e08e4921426aa524f8a" origin="Generated by Gradle"/>
@@ -4067,6 +4077,11 @@
40674077
<sha256 value="f28638246b505520bfe935f15f3ecf39e4ba5526fa45c8f32ac7de7a31237400" origin="Generated by Gradle"/>
40684078
</artifact>
40694079
</component>
4080+
<component group="org.jetbrains.kotlin" name="kotlin-daemon-client" version="2.1.0">
4081+
<artifact name="kotlin-daemon-client-2.1.0.pom">
4082+
<sha256 value="43aebe513576d51f48129cd85c860d0813de6a1cc7591aca7c28e5432cf8df1b" origin="Generated by Gradle"/>
4083+
</artifact>
4084+
</component>
40704085
<component group="org.jetbrains.kotlin" name="kotlin-daemon-embeddable" version="1.9.22">
40714086
<artifact name="kotlin-daemon-embeddable-1.9.22.pom">
40724087
<sha256 value="f6ea3dcf6bfb3a0d0698447c48a6bcf08d8eaacf83fc95fe9d4181a5e5e3c2b1" origin="Generated by Gradle"/>

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

gradlew

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum

0 commit comments

Comments
 (0)