Skip to content

Commit

Permalink
Fixing java version property
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Chiu committed Oct 15, 2024
1 parent ab00f1a commit 3c56fd8
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 @@ -255,7 +255,7 @@
</dependency>
</dependencies>
<properties>
<java.version>1.11</java.version>
<java.version>11</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<gson-fire-version>1.8.5</gson-fire-version>
Expand Down

0 comments on commit 3c56fd8

Please sign in to comment.