Skip to content

Commit

Permalink
Disable tutor build on tutor in case of boot scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Jul 4, 2024
1 parent 483088a commit 41de445
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<goal>package</goal>
</goals>
</execution>
<!-- disabled for boot release
<execution>
<id>default-cli</id>
<phase>compile</phase>
Expand All @@ -91,7 +92,7 @@
<ignore>${project.basedir}/src/lang/rascal/tutor/questions</ignore>
</ignores>
</configuration>
</execution>
</execution> -->
</executions>
</plugin>
<plugin>
Expand Down

0 comments on commit 41de445

Please sign in to comment.