Skip to content

Commit

Permalink
Fixes #411 - Release 1.3.21 (on Maven Central) is broken on Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantbhat authored and asturio committed Sep 23, 2020
1 parent c139bb9 commit 8c731a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compiler.plugin.version}</version>
<configuration>
<release>8</release>
</configuration>
<executions>
<execution>
<id>compile-java-9</id>
Expand Down

0 comments on commit 8c731a3

Please sign in to comment.