mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-12 14:13:36 +00:00
0044c05934
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]
10 lines
397 B
Diff
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
|