mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
plantuml: disable gradle daemon
This commit is contained in:
parent
3df2ad2330
commit
117c30b2c2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ distfiles="https://github.com/plantuml/plantuml/archive/v${version}.tar.gz"
|
|||
checksum=4cdfdf38093b29b41cbafbd88e30c598c903618015c6807cfa6fc16f6e97a31e
|
||||
|
||||
do_build() {
|
||||
gradle pdfJar --exclude-task test
|
||||
gradle --no-daemon pdfJar --exclude-task test
|
||||
echo "#!/bin/sh" > plantuml
|
||||
echo "java -jar /usr/share/java/${pkgname}-${version}.jar \$@" >> plantuml
|
||||
chmod 755 plantuml
|
||||
|
|
Loading…
Add table
Reference in a new issue