Skip to content

Commit

Permalink
set errorsAsWarnings to false for tutor compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Dec 11, 2024
1 parent 2e4e9c1 commit 785a8b7
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 @@ -178,7 +178,7 @@
<configuration>
<isPackageCourse>false</isPackageCourse>
<enableStandardLibrary>false</enableStandardLibrary>
<errorsAsWarnings>true</errorsAsWarnings>
<errorsAsWarnings>false</errorsAsWarnings>
<bin>${project.build.outputDirectory}</bin>
<license>${project.basedir}/LICENSE</license>
<sources>|http://github.com/usethesource/rascal/blob/main|</sources>
Expand Down

0 comments on commit 785a8b7

Please sign in to comment.