Skip to content

Commit

Permalink
Fix the java version format in the pom file (#4)
Browse files Browse the repository at this point in the history
- fix the java version format in the pom file
  • Loading branch information
madoar authored Oct 6, 2019
1 parent ac415c2 commit 43ae870
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<release>11</release>
<source>11</source>
<target>11</target>
</configuration>
</plugin>

Expand Down

0 comments on commit 43ae870

Please sign in to comment.