Skip to content

org.burningwave.core.classes.JavaMemoryCompiler$Compilation$Exception: Annotation processing is enabled because one or more processors were found on the class path #35

Discussion options

You must be logged in to vote

I have found a workaround in this way

 ClassFactory.ClassRetriever classRetriever = classFactory.loadOrBuildAndDefine(
                LoadOrBuildAndDefineConfig.forUnitSourceGenerator(unitSGNestedObject)
                        .modifyCompilationConfig(compilationConfig -> compilationConfig.putExtraParameter("-proc:none", "-g"))
        );

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@andreachirico79
Comment options

@andreachirico79
Comment options

@Roberto-Gentili
Comment options

@andreachirico79
Comment options

Answer selected by andreachirico79
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants