eclass/java-utils-2: Sync with Gentoo

It's from Gentoo commit 40069e31dfc02ce38c2b30ba0ed9544d386521bb.
This commit is contained in:
Flatcar Buildbot 2024-08-12 07:15:54 +00:00 committed by Krzesimir Nowak
parent f31465582a
commit c210d9a5ea

View File

@ -1926,7 +1926,7 @@ etestng() {
local runner=org.testng.TestNG
if [[ ${PN} != testng ]]; then
local cp=$(java-pkg_getjars --with-dependencies testng)
local cp=$(java-pkg_getjars --build-only --with-dependencies testng)
else
local cp=testng.jar
fi