Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump to gradle 8.10 #4126

Open
wants to merge 2 commits into
base: api-12
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 27 additions & 6 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1876,12 +1876,12 @@
</artifact>
</component>
<component group="net.fabricmc" name="intermediary" version="1.21.1">
<artifact name="intermediary-1.21.1-v2.jar">
<sha256 value="e8bd6a4c39e235ee2dc73063558610775c72a2572fa0c6b32915b149074012a6" origin="Generated by Gradle"/>
</artifact>
<artifact name="intermediary-1.21.1.pom">
<sha256 value="b6ec5f03e95bea232b6960ed077dd0a765a3aabfd74732ee600eb77d2651adf4" origin="Generated by Gradle"/>
</artifact>
<artifact name="intermediary-1.21.1-v2.jar">
<sha256 value="e8bd6a4c39e235ee2dc73063558610775c72a2572fa0c6b32915b149074012a6" origin="Generated by Gradle"/>
</artifact>
<artifact name="intermediary-1.21.1.pom">
<sha256 value="b6ec5f03e95bea232b6960ed077dd0a765a3aabfd74732ee600eb77d2651adf4" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="net.fabricmc" name="lorenz-tiny" version="4.0.2">
<artifact name="lorenz-tiny-4.0.2.jar">
Expand Down Expand Up @@ -4396,6 +4396,14 @@
<sha256 value="c712e358df7b9318b68f5463971b088673837fc0ca4285d1c382c8102edd6b5f" 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">
<sha256 value="a65166445bb85ef816cde127279fe0017d2b7cc439b3b972390e1b736d64e94c" origin="Generated by Gradle"/>
</artifact>
<artifact name="kotlin-reflect-1.9.24.pom">
<sha256 value="0a085c30051bd6d4ab765ad5a0c5179c413b35f7418f2883172fbd9ba1abccc9" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-stdlib" version="1.6.20">
<artifact name="kotlin-stdlib-1.6.20.jar">
<sha256 value="eeb51c2b67b26233fd81d0bc4f8044ec849718890905763ceffd84a31e2cb799" origin="Generated by Gradle"/>
Expand All @@ -4412,6 +4420,14 @@
<sha256 value="f482314b5079c1455f6fb0d4257a745d101c6124ce961522ba86f9dc90901e47" 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">
<sha256 value="858b902696da9cf585ab9d98ffc1c2712269828354dfe9107e3711b084a36468" origin="Generated by Gradle"/>
</artifact>
<artifact name="kotlin-stdlib-1.9.24.module">
<sha256 value="f2e2a6573b5b5265c412d5c581fbf8ea00c62b10b9c92d5674c9e97f2f3335b3" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-stdlib-common" version="1.6.20">
<artifact name="kotlin-stdlib-common-1.6.20.jar">
<sha256 value="8da40a2520d30dcb1012176fe93d24e82d08a3e346c37e0343b0fb6f64f6be01" origin="Generated by Gradle"/>
Expand All @@ -4425,6 +4441,11 @@
<sha256 value="f93c9e9abf8d52d8e8fd8e851aa802ecec55132161c4aeee7d3cd924bf794246" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-stdlib-common" version="1.9.24">
<artifact name="kotlin-stdlib-common-1.9.24.module">
<sha256 value="e98ea8c44fb36820d01bb8b003168e23a221b401cb43256d723a3f0b77d616c2" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin" name="kotlin-stdlib-jdk7" version="1.5.31">
<artifact name="kotlin-stdlib-jdk7-1.5.31.jar">
<sha256 value="a25bf47353ce899d843cbddee516d621a73473e7fba97f8d0301e7b4aed7c15f" origin="Generated by Gradle"/>
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=544c35d6bd849ae8a5ed0bcea39ba677dc40f49df7d1835561582da2009b961d
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionSha256Sum=5b9c5eb3f9fc2c94abaea57d90bd78747ca117ddbbf96c859d3741181a12bf2a
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down