Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Better let the build fall while we have static errors
  • Loading branch information
jurgenvinju committed Jun 14, 2024
1 parent 35e3899 commit 5c8ecf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<artifactId>rascal-maven-plugin</artifactId>
<version>0.27.3</version>
<configuration>
<errorsAsWarnings>true</errorsAsWarnings>
<errorsAsWarnings>false</errorsAsWarnings>
<bin>${project.build.outputDirectory}</bin>
<srcs>
<src>${project.basedir}/src</src>
Expand Down

0 comments on commit 5c8ecf3

Please sign in to comment.