Skip to content

Commit 7400858

Browse files
authored
added plugin version + encoding to silence warnings (#195)
1 parent 6c86cba commit 7400858

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@
104104
<plugin>
105105
<groupId>org.apache.maven.plugins</groupId>
106106
<artifactId>maven-compiler-plugin</artifactId>
107+
<version>3.10.1</version>
107108
<configuration>
109+
<encoding>UTF-8</encoding>
108110
<source>8</source>
109111
<target>8</target>
110112
</configuration>

0 commit comments

Comments
 (0)