Skip to content

Commit

Permalink
Fix Maven encoding warning
Browse files Browse the repository at this point in the history
Warning:  Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  • Loading branch information
basilevs committed Feb 11, 2024
1 parent a3b017e commit 9944893
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -11,6 +11,8 @@
<tycho.version>4.0.4</tycho.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<modules>
<module>core</module>
Expand Down

0 comments on commit 9944893

Please sign in to comment.