From ae1fc558bd7217842dddaa0da9f3fbfd1717db44 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Mon, 11 Jan 2021 20:37:35 -0500 Subject: [PATCH] [releng] Dash jar location moved Change-Id: I3eb05563a70b7c1895e7d2cacc66617ec5a94b4d --- releng/scripts/run_dash_licenses.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releng/scripts/run_dash_licenses.sh b/releng/scripts/run_dash_licenses.sh index 4c1df7b7e71..676fb2c485a 100755 --- a/releng/scripts/run_dash_licenses.sh +++ b/releng/scripts/run_dash_licenses.sh @@ -34,7 +34,7 @@ ${MVN:-mvn} -B -V -f dash-licenses clean package >dash-build.log 2>&1 echo Run the license check exit_code=0 -if ! java -jar dash-licenses/target/org.eclipse.dash.licenses-*-SNAPSHOT.jar deps.log >dash-licenses.log 2>&1; then +if ! java -jar dash-licenses/core/target/org.eclipse.dash.licenses-*-SNAPSHOT.jar deps.log >dash-licenses.log 2>&1; then echo Some licenses appear to have failed a check, review output below. exit_code=1 fi