Skip to content

Commit

Permalink
jadx: don't source jdk environment
Browse files Browse the repository at this point in the history
  • Loading branch information
abenson committed Aug 14, 2020
1 parent dccf8ff commit fb12a31
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions srcpkgs/jadx/template
Expand Up @@ -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
}
Expand Down

0 comments on commit fb12a31

Please sign in to comment.