We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
I would like to apply customize elk (from this PR: eclipse/elk#756), can I do this in elkgraph-web by replacing build.gradle dependencies?
elkgraph-web
If so, how can I do it?
Thanks!
The text was updated successfully, but these errors were encountered:
You could use mvn install to install the PR state into your local Maven repository and then add mavenLocal() to this project's repositories in Gradle.
mvn install
mavenLocal()
Sorry, something went wrong.
No branches or pull requests
Hi there,
I would like to apply customize elk (from this PR: eclipse/elk#756),
can I do this in
elkgraph-web
by replacing build.gradle dependencies?If so, how can I do it?
Thanks!
The text was updated successfully, but these errors were encountered: