You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the plugin without the correct environment variables set, the resulting exception looks like:
Caused by: org.gradle.api.GradleException: The GitHubDependencyGraphPlugin plugin encountered errors while writing the dependency snapshot json file.
Please report this issue at: https://github.com/gradle/github-dependency-graph-gradle-plugin/issues
at org.gradle.github.dependencygraph.internal.DependencyExtractor.close(DependencyExtractor.kt:271)
at org.gradle.api.services.internal.RegisteredBuildServiceProvider.lambda$maybeStop$1(RegisteredBuildServiceProvider.java:168)
... 132 more
Caused by: java.lang.IllegalStateException: The configuration parameter 'GITHUB_JOB_CORRELATOR' must be set: set an environment variable, or use '-DGITHUB_JOB_CORRELATOR=value' on the command-line.
Since this is a user configuration error, the exception should not prompt users to report an issue.
The text was updated successfully, but these errors were encountered:
bigdaz
changed the title
Invalid configuration error prompts user to "Please report this issue"
Error message on missing required input param prompts user to "Please report this issue"
Apr 16, 2024
When using the plugin without the correct environment variables set, the resulting exception looks like:
Since this is a user configuration error, the exception should not prompt users to report an issue.
The text was updated successfully, but these errors were encountered: