Skip to content

Commit

Permalink
jvm version update
Browse files Browse the repository at this point in the history
  • Loading branch information
teverett committed Jun 19, 2024
1 parent a7884b1 commit c65c12f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<properties>
<antlr.version>4.13.1</antlr.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<target.jvm>1.8</target.jvm>
<target.jvm>21</target.jvm>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -42,7 +42,6 @@
<artifactId>antlr4-maven-plugin</artifactId>
<version>${antlr.version}</version>
<configuration>
<grammars>arithmetic.g4</grammars>
<visitor>true</visitor>
<listener>true</listener>
</configuration>
Expand Down

0 comments on commit c65c12f

Please sign in to comment.