Skip to content

Commit

Permalink
re-enabled tutor
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Apr 11, 2024
1 parent 2bf3890 commit 2e6ff60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<goal>package</goal>
</goals>
</execution>
<!-- <execution>
<execution>
<id>default-cli</id>
<phase>compile</phase>
<goals>
Expand All @@ -168,6 +168,7 @@
<errorsAsWarnings>false</errorsAsWarnings>
<bin>${project.build.outputDirectory}</bin>
<license>${project.basedir}/LICENSE</license>
<release-notes>${project.basedir}/RELEASE-NOTES.md</release-notes>
<sources>|http://github.com/usethesource/rascal/blob/main|</sources>
<issues>|http://github.com/usethesource/rascal/issues|</issues>
<srcs>
Expand All @@ -177,7 +178,7 @@
<ignore>${project.basedir}/src/org/rascalmpl/library/lang/rascal</ignore>
</ignores>
</configuration>
</execution> -->
</execution>
</executions>
</plugin>
<plugin>
Expand Down

0 comments on commit 2e6ff60

Please sign in to comment.