Skip to content

Commit

Permalink
Add missing build plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Mar 20, 2021
1 parent 150e2d4 commit 419925d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>8</source>
<target>8</target>
Expand All @@ -534,6 +535,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<excludes>
<exclude>java/**</exclude>
Expand Down

0 comments on commit 419925d

Please # to comment.