Skip to content
New issue

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

Encountered Error When Building simple-pipe.yml #19

Open
damilolah opened this issue May 23, 2024 · 0 comments
Open

Encountered Error When Building simple-pipe.yml #19

damilolah opened this issue May 23, 2024 · 0 comments

Comments

@damilolah
Copy link

damilolah commented May 23, 2024

ERROR:

  • Where:
    Initialization script '/home/runner/.gradle/init.d/gradle-actions.github-dependency-graph.init.gradle' line: 13
  • What went wrong:
    A problem occurred evaluating initialization script.

Dependency Graph is not supported for Gradle 4.10. No dependency snapshot will be generated.

Probable Solution:
The GitHub Action you're using is trying to generate a dependency graph, but this feature is not supported in Gradle 4.10. To resolve this issue, you have a couple of options:

  1. Upgrade Gradle: If possible, upgrade your Gradle version to a version that supports the Dependency Graph feature. Gradle 5.0 and later versions generally have better support for modern features.

  2. Disable Dependency Graph Generation: If upgrading Gradle is not an option, you can modify your GitHub Action to disable the generation of the dependency graph. That is, disable all lines relating to dependency-submission in the simple-pipe.yml file.

What do you recommend?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant