Apktool: disable gradle daemon

This commit is contained in:
Andrew Benson 2025-06-05 15:06:13 -05:00
parent 64df97b0b8
commit a70dc0333c

View file

@ -13,7 +13,7 @@ distfiles="https://github.com/iBotPeaches/Apktool/archive/refs/tags/v${version}.
checksum=1c1ac3add61c5d9043b5efdb228fbd2be7c3bd329bb6ed82228eedacef90bcb9
do_build() {
gradle build shadowJar
gradle --no-daemon build shadowJar
}
do_install() {