Skip to content

Commit

Permalink
disabled tutor while it is using a new feature of the standard library
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Sep 15, 2023
1 parent 318ea25 commit d132876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<goal>package</goal>
</goals>
</execution>
<execution> <!--somehow this breaks if you add new builtins -->
<!--<execution> somehow this breaks if you add new builtins
<id>default-cli</id>
<phase>compile</phase>
<goals>
Expand All @@ -176,7 +176,7 @@
<ignore>${project.basedir}/src/org/rascalmpl/library/lang/rascal</ignore>
</ignores>
</configuration>
</execution>
</execution> -->
</executions>
</plugin>
<plugin>
Expand Down

0 comments on commit d132876

Please sign in to comment.