Skip to content

Work around embedded intellij-core NPE resulting in FTBFS

Resolve the FTBFS issue: work around the embedded version of intellij-core throwing a NPE while resolving the MethodNode class by patching the compiler JARs with the current version. Also temporarily forces the use of Java 11 to work around the embedded asm not being able to parse Java 21 classes.

Closes: #1057513

Merge request reports

Loading