Hard to say what’s going on here. Gradle’s Java plugin doesn’t have any annotation processing related code. One thing you can try is ‘tasks.withType(JavaCompile) { options.fork = true }’, which is a good idea anyway.
Hard to say what’s going on here. Gradle’s Java plugin doesn’t have any annotation processing related code. One thing you can try is ‘tasks.withType(JavaCompile) { options.fork = true }’, which is a good idea anyway.