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?
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:
I suspect this has to do with the new Configuration Cache. Is there a way to work around this issue for now?