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

Updating to 2024 beta breaks #20

Closed
spacey-sooty opened this issue Nov 16, 2023 · 1 comment · Fixed by #29
Closed

Updating to 2024 beta breaks #20

spacey-sooty opened this issue Nov 16, 2023 · 1 comment · Fixed by #29
Assignees
Labels

Comments

@spacey-sooty
Copy link
Member

spacey-sooty commented Nov 16, 2023

Describe the bug
When I bump the version to 2024.1.1-beta-3 I get the error

FAILURE: Build failed with an exception.

* What went wrong:
com.google.common.util.concurrent.ExecutionError: java.lang.NoClassDefFoundError: org/gradle/api/flow/FlowAction
> java.lang.NoClassDefFoundError: org/gradle/api/flow/FlowAction

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 347ms

To Reproduce
Steps to reproduce the behavior:

  1. clone the repository
  2. bump the version to 2024.1.1-beta3
  3. attempt to use a gradlew task
  4. See error

Expected behavior
It succesfully executes the task

Environment
OS: Linux Mint
Caching: None (manually deleted)
Commit: 4dc4d7b
Shell: Bash in TMUX

Additional context
image

@spacey-sooty spacey-sooty self-assigned this Nov 16, 2023
@spacey-sooty
Copy link
Member Author

Invalid gradle version was being used fixed now

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

Successfully merging a pull request may close this issue.

1 participant