jadx: don't source jdk environment

This commit is contained in:
Andrew Benson 2020-08-14 08:30:08 -05:00 committed by Andrew Benson
parent dccf8fffff
commit fe8eb1dad5
1 changed files with 0 additions and 4 deletions

View File

@ -11,10 +11,6 @@ homepage="https://github.com/skylot/jadx"
distfiles="https://github.com/skylot/jadx/archive/v${version}.tar.gz"
checksum=86136f831e1e7889c012ddb5b874a014e1db6d615c805a9c832ec54ef22e292c
if [ -e /etc/profile.d/10_openjdk11.sh ]; then
. /etc/profile.d/10_openjdk11.sh
fi
do_build() {
gradle copyArtifacts
}