Skip to content

Commit

Permalink
Merge pull request #765 from kohlschutter/ck/CandyGenBuild
Browse files Browse the repository at this point in the history
candy-generator: Generate parser by default
  • Loading branch information
lgrignon authored Oct 10, 2023
2 parents 618d16b + edb5494 commit 622a040
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions candy-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@
<profiles>
<profile>
<id>genparser</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 622a040

Please sign in to comment.