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 51b15d4370
commit df93a6b9e6
18 changed files with 0 additions and 38 deletions
-1
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>