kieler / elk-live

A web page with a text editor for ELK Graph and a synchronized graphical view

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gradle build error in gitpod

tch1001 opened this issue · comments

There is a gradle build error when opening in gitpod, as well as when compiling locally (the local compilation may be my own fault but the gitpod one doesn't work either). Here are the logs from gitpod. Thank you

Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 1m 22s
30 actionable tasks: 30 executed
Picked up JAVA_TOOL_OPTIONS:  -Xmx2576m
Registering ELK version 0.7.1.
Registering ELK version 0.7.0.
Registering ELK version 0.6.1.
Registering ELK version 0.6.0.
Registering ELK version 0.5.0.
Registering ELK version 0.4.1.
Registering ELK version 0.4.0.
Registering ELK version 0.3.0.

FAILURE: Build failed with an exception.

* Where:
Build file '/workspace/elk-live/server/elkgraph-web/build/elk-layout-versions/0.3.0/build.gradle' line: 17

* What went wrong:
A problem occurred evaluating project ':0.3.0'.
> Server returned HTTP response code: 504 for URL: https://search.maven.org/solrsearch/select?q=g:%22org.eclipse.elk%22+AND+a:%22org.eclipse.elk.alg.force%22+AND+v:%220.3.0%22&core=gav&wt=json

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 1s
gitpod /workspace/elk-live/server (master) $ 

closing this issue as it does not appear to be broken currently