mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-21 00:42:56 +00:00
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]
This commit is contained in:
9
packages/plantuml/0002-gradle-8.10.2.patch
Normal file
9
packages/plantuml/0002-gradle-8.10.2.patch
Normal file
@@ -0,0 +1,9 @@
|
||||
--- 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-8.2-bin.zip
|
||||
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
9
packages/procyon-decompiler/0003-gradle-8.10.2.patch
Normal file
9
packages/procyon-decompiler/0003-gradle-8.10.2.patch
Normal file
@@ -0,0 +1,9 @@
|
||||
--- 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
|
||||
Reference in New Issue
Block a user