Skip to content

Commit

Permalink
temporarily put errorsAsWarnings to false again
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Mar 15, 2024
1 parent 60afaff commit cddff4d
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 @@ -118,7 +118,7 @@
<artifactId>rascal-maven-plugin</artifactId>
<version>${rascal-maven.version}</version>
<configuration>
<errorsAsWarnings>true</errorsAsWarnings>
<errorsAsWarnings>true</errorsAsWarnings> <!-- only allowed during intermediate bootstrap cycles -->
<bin>${project.build.outputDirectory}</bin>
<srcs>
<src>${project.basedir}/src/org/rascalmpl/library</src>
Expand Down

0 comments on commit cddff4d

Please sign in to comment.