comment out the processor by default by andimarek · Pull Request #4071 · graphql-java/graphql-java

Capto_Capture 2025-08-07_06-17-53_pm

I find that when I set "Builds via IDEA" in the gradle runner I have problems where the ANTLR generator task does not run

Task :generateGrammarSource

and then get compilation errors. but if I clean and build and something else generates the grammar source - it works

I alo noticed that idea.version is set when the gradle is rub by idea versus the command line. I wonder if we can some how use that in some way

    if (System.getProperty("idea.version") == null) {
        jmhAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
    }