Skip to content

Commit

Permalink
set errors as warnings due to false type-checker error
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Jun 26, 2023
1 parent 71ce45f commit 072e7a2
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 @@ -125,7 +125,7 @@
<artifactId>rascal-maven-plugin</artifactId>
<version>${rascal-maven.version}</version>
<configuration>
<errorsAsWarnings>false</errorsAsWarnings>
<errorsAsWarnings>true</errorsAsWarnings>
<bin>${project.build.outputDirectory}</bin>
<srcs>
<src>${project.basedir}/src/org/rascalmpl/library</src>
Expand Down

0 comments on commit 072e7a2

Please sign in to comment.