0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-12 14:13:36 +00:00
termux-packages/packages/procyon-decompiler/0003-gradle-8.10.2.patch
Robert Kirkman 0044c05934 fix(main/{plantuml,procyon-decompiler}): Update gradle versions to 8.10.2
Fixes gradle hanging under certain conditions in the two remaining packages where the issue could be reproduced. See:

- https://github.com/termux/termux-packages/issues/21130#issuecomment-2422331542
- https://github.com/gradle/gradle/issues/14961
- a7627acf5a

[no ci]
2024-10-22 13:44:28 +03:00

10 lines
397 B
Diff

--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists