0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-12 14:13:36 +00:00
termux-packages/packages/plantuml/0001-plantuml.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

6 lines
133 B
Diff

--- a/plantuml
+++ b/plantuml
@@ -0,0 +1,2 @@
+#!@TERMUX_PREFIX@/bin/sh
+exec java -jar @TERMUX_PREFIX@/share/java/plantuml.jar "$@"