summaryrefslogtreecommitdiff
path: root/eclass/junit5.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/junit5.eclass')
-rwxr-xr-xeclass/junit5.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/junit5.eclass b/eclass/junit5.eclass
index 4fb04894e963..d031e521e1ff 100755
--- a/eclass/junit5.eclass
+++ b/eclass/junit5.eclass
@@ -152,7 +152,7 @@ ejunit5() {
fi
local junit="junit-5"
- local cp=$(java-pkg_getjars --with-dependencies ${junit}${pkgs})
+ local cp=$(java-pkg_getjars --build-only --with-dependencies ${junit}${pkgs})
if [[ ${1} = -cp || ${1} = -classpath ]]; then
cp="${2}:${cp}"
shift 2