Skip to content

Unable to run Gradle task in 8.10 due to bytecode interception #31310

@ChrisTrenkamp

Description

@ChrisTrenkamp

I cannot upgrade my application to Gradle 8.10 due to bytecode interception breaking a task. It works in 8.9.

I get this error message:

Inconsistent constant pool data in classfile for class org/lwjgl/system/Configuration$StateInit. Method 'java.lang.String gradle$intercept$$java$lang$System$$getProperty$0(java.lang.String)' at index 86 is CONSTANT_MethodRef and should be CONSTANT_InterfaceMethodRef

I suspect this has to do with the new Configuration Cache. Is there a way to work around this issue for now?

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions