mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 16:02:55 +02:00
Apktool: disable gradle daemon
This commit is contained in:
parent
64df97b0b8
commit
a70dc0333c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ distfiles="https://github.com/iBotPeaches/Apktool/archive/refs/tags/v${version}.
|
||||||
checksum=1c1ac3add61c5d9043b5efdb228fbd2be7c3bd329bb6ed82228eedacef90bcb9
|
checksum=1c1ac3add61c5d9043b5efdb228fbd2be7c3bd329bb6ed82228eedacef90bcb9
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
gradle build shadowJar
|
gradle --no-daemon build shadowJar
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue