Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorJonah Graham2021-01-12 01:37:35 +0000
committerJonah Graham2021-01-12 01:37:52 +0000
commitae1fc558bd7217842dddaa0da9f3fbfd1717db44 (patch)
treee687e8ff30aed8b8a8f1fe5c9ee67367a41ae063 /releng
parentfe2d08b44a2c783e0b48315cae7fc1fe0201b78f (diff)
downloadorg.eclipse.cdt-ae1fc558bd7217842dddaa0da9f3fbfd1717db44.tar.gz
org.eclipse.cdt-ae1fc558bd7217842dddaa0da9f3fbfd1717db44.tar.xz
org.eclipse.cdt-ae1fc558bd7217842dddaa0da9f3fbfd1717db44.zip
[releng] Dash jar location moved
Diffstat (limited to 'releng')
-rwxr-xr-xreleng/scripts/run_dash_licenses.sh2
1 files changed, 1 insertions, 1 deletions
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

Back to the top