-
Notifications
You must be signed in to change notification settings - Fork 274
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
Execution failed for task ':instrumentCode' #1029
Comments
@krasa Thanks for reporting. Could you please verify if |
It is not always reproducible, but still present.
|
I have the same issue in gradle 8.3 and id("org.jetbrains.intellij") version "1.17.2" on win 10 |
@guai Sorry for the late reply — I just found your message. Does this problem still occurs? I see |
@hsz C:\jdk is a default java installation's home dir (jdk 11). It looks like the task looks for a Packages dir in there but can't find it. Well, there isn't any indeed. |
@guai Are you able to provide a minimal reproducible project? |
@hsz I'll try to look into it tomorrow |
@hsz it seems the project where I had that error builds ok now. And it still uses |
@guai Ok, thank you for the confirmation! If anything else will appear, please file a new issue. |
I also get "Class to bind does not exist:" errors |
To Reproduce
Introduce or remove constants in form files referencing other classes, then build incrementally.
Environment:
Build Project
after introducing constant inTransformerTableBuilder
and moving it toProfilesForm
, while runningrunIde
:Restarting
runIde
:Similar one:
Not sure if related:
The text was updated successfully, but these errors were encountered: