mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 18:21:03 +02:00
jd-gui: upgrade gradle
This commit is contained in:
parent
453ab8e28c
commit
a63203fbf8
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ RDEPEND="virtual/jre:11
|
|||
!dev-util/jd-gui-bin"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/jdk:11
|
||||
dev-java/gradle-bin:5.2.1"
|
||||
dev-java/gradle-bin:6.3"
|
||||
|
||||
src_prepare() {
|
||||
eapply "${FILESDIR}"/1.5.2-build.patch
|
||||
|
|
@ -38,7 +38,7 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_compile() {
|
||||
GRADLE="gradle-5.2.1 --gradle-user-home .gradle --console rich --no-daemon"
|
||||
GRADLE="gradle-6.3 --gradle-user-home .gradle --console rich --no-daemon"
|
||||
GRADLE="${GRADLE} --offline"
|
||||
unset TERM
|
||||
${GRADLE} jar -x check -x test || die
|
||||
Loading…
Reference in a new issue