mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
sdrtrunk: gradle update
This commit is contained in:
parent
864c4f4426
commit
6a994df435
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -20,7 +20,7 @@ SLOT="0"
|
|||
RDEPEND="dev-java/openjdk-bin:15"
|
||||
DEPEND="${RDEPEND}
|
||||
!net-wireless/sdrtrunk-bin
|
||||
dev-java/gradle-bin:6.3"
|
||||
dev-java/gradle-bin:*"
|
||||
|
||||
src_prepare() {
|
||||
eapply "${FILESDIR}"/1.5.2-build.patch
|
||||
|
|
@ -36,7 +36,7 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_compile() {
|
||||
GRADLE="gradle-6.3 --gradle-user-home .gradle --console rich --no-daemon"
|
||||
GRADLE="gradle --gradle-user-home .gradle --console rich --no-daemon"
|
||||
GRADLE="${GRADLE} --offline"
|
||||
unset TERM
|
||||
${GRADLE} runtime -x check -x test || die
|
||||
Loading…
Reference in a new issue