Skip to content

Commit

Permalink
Add Java version to allow compilation on Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden authored Jan 3, 2023
1 parent 5d3747f commit f04ac7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<artifactId>EightBall</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
</properties>
<organization>
<url>https://software.microfocus.com/software/enterprise-security</url>
<name>Fortify</name>
Expand Down

0 comments on commit f04ac7b

Please sign in to comment.