-
Notifications
You must be signed in to change notification settings - Fork 73
"Could not create task ':test'" with in Gradle project with Graalce 24.0.0 #710
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
Labels
bug
Something isn't working
Comments
I encountered the same problem after installing the latest plugin update, it appears to be a regression.
Error is
|
Seems like this issue is fixed with the latest Gradle ( |
I also tested I am inclined to keep this issue open to track progress until a stable release of Gradle is out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Projects previously built with
graalce
23.0.1 and 23.0.2, fail whengraalce
is bumped to 24.0.0.I don't see anything in docs that point to changes, but build fails with
env: Linux
native tools:
0.10.6
(latest as of date)To Reproduce
I have tested in a personal (non spring-boot) project and reproduces with Gradle 8.11.1, 8.12.1, and 8.13. But for simplicity, you can create a clean project as follows.
Expected behavior
Build should proceed as with previous versions, or docs update 🤷 Any help is appreciated.
Logs
Add logs to help explain your problem.
Please use backticks to properly format big logs. Example:
System Info (please complete the following information):
id 'org.graalvm.buildtools.native' version '0.10.6'
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: