[releng] Dash jar location moved

Change-Id: I3eb05563a70b7c1895e7d2cacc66617ec5a94b4d
diff --git a/releng/scripts/run_dash_licenses.sh b/releng/scripts/run_dash_licenses.sh
index 4c1df7b..676fb2c 100755
--- a/releng/scripts/run_dash_licenses.sh
+++ b/releng/scripts/run_dash_licenses.sh
@@ -34,7 +34,7 @@
 
 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