Skip to content

Commit

Permalink
Use maven compiler 3.8.1 to resolve compiler complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Apr 14, 2021
1 parent f9b7b32 commit f590cc4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<!-- Build an executable JAR -->
Expand Down

0 comments on commit f590cc4

Please sign in to comment.