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:
parent
fe2d08b44a
commit
ae1fc558bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue