Skip to content

Commit

Permalink
update Gradle to 8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Jul 12, 2024
1 parent 56d1733 commit 436fd98
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 13 deletions.
20 changes: 10 additions & 10 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2386,12 +2386,12 @@
<sha512 value="bb10fd9eaff4830c5424c673f52bca8f569e9257a2eba676427b977b714cbcbe6345a13f25ed5743acc707cef8bd90c9ce5bc543a361749411644f3fe204f8aa" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-reflect" version="1.9.22">
<artifact name="kotlin-reflect-1.9.22.jar">
<sha512 value="3327e96385dd05d8ace6cd7e5f567b68db7ecfccd6c8d48de9eff4c8966f7de769ebe910d6edae62cdecc2f0df6a18e1fe30a7f98360a8996c9609dc40dda6e5" origin="Generated by Gradle"/>
<component group="org.jetbrains.kotlin" name="kotlin-reflect" version="1.9.23">
<artifact name="kotlin-reflect-1.9.23.jar">
<sha512 value="05ce94dd5e9884805492d30dad2871399cbf9c13772aff2f7cae4dd1dd4dac938f370a3d9541bf0e4fde4c19b6d52ceed4505f1ef399e1328517d740d17e851c" origin="Generated by Gradle"/>
</artifact>
<artifact name="kotlin-reflect-1.9.22.pom">
<sha512 value="a68aaf120d66c93defe11c528c3d938e75d024a06b943b0579e9ba4c5264130a9c414d97a5ea4624240c862ea9258e54cbcfbf695296274674dd5985f95c0780" origin="Generated by Gradle"/>
<artifact name="kotlin-reflect-1.9.23.pom">
<sha512 value="a404ccc9b073d79fd06fb9f96c41d17d683bccc31766a80a675bca64a0c9202ac5c0c09627708a31046ec4b570f617d0da7c38119e6548568e3cea17005e003e" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-script-runtime" version="2.0.0">
Expand Down Expand Up @@ -2442,12 +2442,12 @@
<sha512 value="93b0f2a98e06135e0efe6ed4910fca24d524d91f07133da3f24252dadb0a521e4f27d1807916e29922f74424cee9c1b5047dfa526ac38b00f32f34513e6656e6" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-stdlib" version="1.9.22">
<artifact name="kotlin-stdlib-1.9.22.jar">
<sha512 value="c4ba900639a20a98bc4596c81ac8d70319e5891c28c6cfb2ddcfa841517b32d6e46f7b948fcf04c4270911e0d79888fbff43e9815900b359d286be2ec09e3d3a" origin="Generated by Gradle"/>
<component group="org.jetbrains.kotlin" name="kotlin-stdlib" version="1.9.23">
<artifact name="kotlin-stdlib-1.9.23.jar">
<sha512 value="cfd7194b933e9c9b2604c0066d8f868b8e693c272ac9cd549472f4d9b4b5d98a418a73ca5e9b25f029b621bb43d6c5473ae7c9c04a224c30bff8200057a2bbd5" origin="Generated by Gradle"/>
</artifact>
<artifact name="kotlin-stdlib-1.9.22.module">
<sha512 value="48ed1c5b2ac807d29cabc842a67f615a104d6e3f747031b23fcfc76b0fdf1eac02fcaa1b375828b2ac7c20da689749f47edcdf1e1065016299b2aa35c8d62512" origin="Generated by Gradle"/>
<artifact name="kotlin-stdlib-1.9.23.module">
<sha512 value="953a28dcb3fab8b8289e6aae3bb77a099559b70fe5b1b3b46e2379403903d1daebf571d990cf3bea683a2bb1d40b9db441e82d617be6382737864862bd4e43d9" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-stdlib" version="2.0.0">
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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=a4b4158601f8636cdeeab09bd76afb640030bb5b144aafe261a5e8af027dc612
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
distributionSha256Sum=d725d707bfabd4dfdc958c624003b3c80accc03f7037b5122c4b1d0ef15cecab
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
5 changes: 4 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0
#

##############################################################################
#
Expand Down Expand Up @@ -84,7 +86,8 @@ 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 "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down
2 changes: 2 additions & 0 deletions gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem
@rem SPDX-License-Identifier: Apache-2.0
@rem

@if "%DEBUG%"=="" @echo off
@rem ##########################################################################
Expand Down

0 comments on commit 436fd98

Please sign in to comment.