Skip to content

Commit

Permalink
maven-compiler-plugin upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe444 committed Jun 10, 2020
1 parent 8ed3f10 commit 631c119
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.0</version>
<version>3.8.1</version>
<configuration>
<release>11</release>
<source>11</source>
<target>11</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
Expand Down

0 comments on commit 631c119

Please sign in to comment.