Skip to content

Commit

Permalink
Using parallel again, faster build times
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Oct 9, 2024
1 parent f6d0723 commit b056e11
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 @@ -148,7 +148,7 @@
<ignore>${project.basedir}/src/org/rascalmpl/library/lang/rascal/syntax/tests</ignore>
</srcIgnores>
<enableStandardLibrary>false</enableStandardLibrary>
<parallel>false</parallel>
<parallel>true</parallel>
<parallelPreChecks>
<pre>${project.basedir}/src/org/rascalmpl/library/Prelude.rsc</pre>
</parallelPreChecks>
Expand Down

0 comments on commit b056e11

Please sign in to comment.