mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
jadx: disable gradle daemon
This commit is contained in:
parent
117c30b2c2
commit
9b116f861a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ distfiles="https://github.com/skylot/jadx/archive/v${version}.tar.gz"
|
|||
checksum=2e6c6e9919c1dfd2c060ffb719ae8fe3aae8d1f1cc783798475d7e01d561b7d8
|
||||
|
||||
do_build() {
|
||||
gradle copyArtifacts
|
||||
gradle --no-daemon copyArtifacts
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue