Skip to content

Commit

Permalink
Correctly set compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
games647 committed Mar 31, 2023
1 parent 8d4a160 commit 704b682
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 @@ -30,7 +30,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<java.version>1.8</java.version>
<java.version>8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.release>${java.version}</maven.compiler.release>
Expand Down

0 comments on commit 704b682

Please sign in to comment.