Our CI workflow started failing with the following error when running the check in review mode via @eclipse-dash/nodejs-wrapper:
https://github.com/eclipse-theia/theia/actions/runs/23050264141/job/66949391384?pr=17151
INFO: Fetching dash-licenses...
100 1381 100 1381 0 0 3257 0 --:--:-- --:--:-- --:--:-- 3264
ERROR: Downloaded dash-licenses jar file appears to be invalid or corrupted
The downloaded file is only 1381 bytes, which suggests an error page rather than the actual JAR. I tested the download URL from the README directly in the browser and it returns a 404:
https://repo.eclipse.org/service/local/artifact/maven/redirect?r=dash-licenses&g=org.eclipse.dash&a=org.eclipse.dash.licenses&v=LATEST
This is similar to past access issues with repo.eclipse.org (#466) afaics.
Could you help getting this fixed? Thanks in advance!
Our CI workflow started failing with the following error when running the check in review mode via
@eclipse-dash/nodejs-wrapper:https://github.com/eclipse-theia/theia/actions/runs/23050264141/job/66949391384?pr=17151
The downloaded file is only 1381 bytes, which suggests an error page rather than the actual JAR. I tested the download URL from the README directly in the browser and it returns a 404:
https://repo.eclipse.org/service/local/artifact/maven/redirect?r=dash-licenses&g=org.eclipse.dash&a=org.eclipse.dash.licenses&v=LATEST
This is similar to past access issues with
repo.eclipse.org(#466) afaics.Could you help getting this fixed? Thanks in advance!