-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?

0
3 comments
Avatar
Yaroslav Bedrov

Hello,

Is it a Maven/Gradle project?

0
Avatar
Permanently deleted user

It's maven

0
Avatar
Yaroslav Bedrov

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.

0

Please sign in to leave a comment.