JAVA-3295: Use project.build.sourceEncoding and project.reporting.outputEncoding from the main pom.xml

This commit is contained in:
Krzysztof Woyke
2021-03-24 09:37:43 +01:00
parent b6641fecf6
commit 19f5252e15
18 changed files with 0 additions and 38 deletions

View File

@@ -47,7 +47,6 @@
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.9</maven.compiler.source>
<maven.compiler.target>1.9</maven.compiler.target>
<assertj.version>3.11.1</assertj.version>