Skip to content

Commit c765cb5

Browse files
authored
Remove errorsAsWarnings from Rascal plugin config
Removed the 'errorsAsWarnings' setting from the Rascal Maven plugin configuration.
1 parent 359a833 commit c765cb5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@
6262
<artifactId>rascal-maven-plugin</artifactId>
6363
<version>0.30.7</version>
6464
<configuration>
65-
<!-- BOOTSTRAP SETTING -->
66-
<errorsAsWarnings>true</errorsAsWarnings>
6765
<bin>${project.build.outputDirectory}</bin>
6866
<srcs>
6967
<src>${project.basedir}/src</src>

0 commit comments

Comments
 (0)