-Werror always in compiler.xml?
Answered
Every time I try to build my Java project, it fails because "-Werror" is specified in compiler.xml and won't compile with warnings, so every time I re-open the project I need to remove them all from my .xml file.
Why does this keep automatically happening and how can I stop it?
Please sign in to leave a comment.
Hello,
Is it a Maven/Gradle project?
It's maven
Seems this option is set in your pom.xml file. IDE use it as an initial source for configuration, so it adds this option to compiler.