1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

[releng] Dash jar location moved

Change-Id: I3eb05563a70b7c1895e7d2cacc66617ec5a94b4d
This commit is contained in:
Jonah Graham 2021-01-11 20:37:35 -05:00
parent fe2d08b44a
commit ae1fc558bd

View file

@ -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