Skip to content

Commit

Permalink
maven fixes
Browse files Browse the repository at this point in the history
+compiler plugin version is now explicit
+encoding is now explicit
  • Loading branch information
celedev97 committed Jun 18, 2020
1 parent aa869c4 commit 3b92f4a
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 @@ -25,6 +25,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>11</source>
<target>11</target>
Expand All @@ -36,5 +37,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
</project>

0 comments on commit 3b92f4a

Please sign in to comment.