Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable "fail on warning" in GitHub Actions and Jenkins builds
The GitHub Actions and Jenkins build specifications currently contain the option `-Dmaven.compiler.failOnWarning=true`. Since warnings were defined to be ignored in the parent POM, this did not have any effect. The configuration to ignore warnings has been removed from the parent POM, so that the builds now fail as the code actually contains warnings. This change removes the "fail on warning" option. Warnings are still considered via Jenkins quality gates.
- Loading branch information