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

@@ -92,7 +92,6 @@
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<spring.boot.version>2.4.2</spring.boot.version>