Skip to content

Commit

Permalink
set errors as warnings to true because the old version of the compile…
Browse files Browse the repository at this point in the history
…r that we need to bootstrap now still had some bugs wrt type parameters
  • Loading branch information
jurgenvinju committed May 21, 2024
1 parent cd5a343 commit 3787407
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>false</errorsAsWarnings> <!-- only allowed during intermediate bootstrap cycles -->
<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 3787407

Please sign in to comment.