We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Describe the bug When building Selenium with latest we are getting an invalid Automatic-Module-Name: com.graphql-java in the manifest.
invalid Automatic-Module-Name: com.graphql-java
There are two problems with that:
The better name is probably something like com.graphql.dataloader or similar
To get around this you just need to update gradle config to do what the Gradle docs suggests
To Reproduce Update https://github.com/SeleniumHQ/selenium/blob/e92b16f0832da62204bda5d01fbc430ec9401deb/java/maven_deps.bzl to latest.
And then run bazel build grid in a terminal
bazel build grid