Skip to content

Commit

Permalink
update Gradle to 8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Jan 4, 2025
1 parent 5d8af0b commit b951a51
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
20 changes: 10 additions & 10 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2401,12 +2401,12 @@
<sha512 value="bb10fd9eaff4830c5424c673f52bca8f569e9257a2eba676427b977b714cbcbe6345a13f25ed5743acc707cef8bd90c9ce5bc543a361749411644f3fe204f8aa" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-reflect" version="1.9.24">
<artifact name="kotlin-reflect-1.9.24.jar">
<sha512 value="0fbc0a77d781d81fe7d0b479f8cae432bcdafe2042d15e7f3ce3bfe28dea6d349f0dbc42cfa372434bb76087290e8af69d59097b00a075cdfefdb894e553f335" origin="Generated by Gradle"/>
<component group="org.jetbrains.kotlin" name="kotlin-reflect" version="2.0.21">
<artifact name="kotlin-reflect-2.0.21.jar">
<sha512 value="3b35fb5684bc7cad47a5c068b2671ae55cabe6ca16745277ac44ce0785b1384ad35444fbe10b68ca7c360ba9a86b0061a6101956b370e6c19bd8c85c9bc13dcd" origin="Generated by Gradle"/>
</artifact>
<artifact name="kotlin-reflect-1.9.24.pom">
<sha512 value="dcfb50af254a6515b6ce0a8bf5a91c5e63c57d7b3964dd5c4f9366441f380f2c1f2931b29a81a93891dbbb6b1c8bf5e0872746a0f5451d485581448edf865b07" origin="Generated by Gradle"/>
<artifact name="kotlin-reflect-2.0.21.pom">
<sha512 value="39be2e959d5c2e2e22445edcfb41b43497b2ad5edfc936081a6a72fcf8b9291571f5d3d6a7ef5d7eb30ddd2cff744966f68ddfea2da33120bf30326e12492425" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-script-runtime" version="2.1.0">
Expand Down Expand Up @@ -2457,12 +2457,12 @@
<sha512 value="93b0f2a98e06135e0efe6ed4910fca24d524d91f07133da3f24252dadb0a521e4f27d1807916e29922f74424cee9c1b5047dfa526ac38b00f32f34513e6656e6" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-stdlib" version="1.9.24">
<artifact name="kotlin-stdlib-1.9.24.jar">
<sha512 value="8bc5d6c44d4899ce18de69c1d942ca5b0c21f8c629d8a77bb56958e5df8012c93de9d090edd7396ddc4aa3b18c7b65b9370e9ec5533ecfb9fac9ec8a1e0c9fa5" origin="Generated by Gradle"/>
<component group="org.jetbrains.kotlin" name="kotlin-stdlib" version="2.0.21">
<artifact name="kotlin-stdlib-2.0.21.jar">
<sha512 value="4e6786c4e7af13eddc5a2a06b336f430987f16ac1f4c0af541cd97400d689f7d8726a276ca549e7f19d7b939f47a1535dff7ea45f76b14197a0e876cc44d3acd" origin="Generated by Gradle"/>
</artifact>
<artifact name="kotlin-stdlib-1.9.24.module">
<sha512 value="47fd487ef19d3414ad699a6bdc99c46c226ffe64f5611b09cd822f07d1816c47dc3e3c5ab8fafa3254d3d0a39e3a97a0906d26844f35d02914979094312161f6" origin="Generated by Gradle"/>
<artifact name="kotlin-stdlib-2.0.21.module">
<sha512 value="28d2618070b9a596ed01a547f360d21bee2d504020952cda8b8a914ee05454b6560eacb4d4d602ae61b915559e76acbb3bcc96b25fe76140ec14cca5d8c07261" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-stdlib" version="2.1.0">
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionSha256Sum=7a00d51fb93147819aab76024feece20b6b84e420694101f276be952e08bef03
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 1 addition & 2 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit

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

0 comments on commit b951a51

Please sign in to comment.