Skip to content

Commit

Permalink
Add execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyotoko committed Apr 26, 2024
1 parent f49c1d4 commit 526bdf5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@
<groupId>org.antlr</groupId>
<artifactId>antlr4-maven-plugin</artifactId>
<version>${antlr.version}</version>
<executions>
<execution>
<phase>generate-sources</phase>
<goals>
<goal>antlr4</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 526bdf5

Please sign in to comment.