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
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:
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.
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?
The text was updated successfully, but these errors were encountered:
ERROR:
Initialization script '/home/runner/.gradle/init.d/gradle-actions.github-dependency-graph.init.gradle' line: 13
A problem occurred evaluating initialization script.
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:
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.
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?
The text was updated successfully, but these errors were encountered: