Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
refactor(#136): dont fail on warning
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Oct 11, 2023
1 parent c9e6005 commit 9c714de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ SOFTWARE
<keepBinaries>
<glob>EOorg/EOeolang/EOmath/**</glob>
</keepBinaries>
<failOnWarning>true</failOnWarning>
<failOnWarning>false</failOnWarning>
</configuration>
</execution>
<execution>
Expand All @@ -163,7 +163,7 @@ SOFTWARE
<addSourcesRoot>false</addSourcesRoot>
<addTestSourcesRoot>true</addTestSourcesRoot>
<generatedDir>${project.build.directory}/generated-test-sources</generatedDir>
<failOnWarning>true</failOnWarning>
<failOnWarning>false</failOnWarning>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 9c714de

Please sign in to comment.