Skip to content

Commit

Permalink
Fix cross compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shimpeko committed Mar 31, 2020
1 parent 7dd312c commit ce5131b
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 @@ -26,6 +26,9 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<release>8</release>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit ce5131b

Please sign in to comment.