Skip to content

Commit 04cd1e6

Browse files
committed
Use project.build.sourceEncoding in compiler
Defining a default encoding of UTF-8 in project.build.sourceEncoding and then overriding it in the compiler args with another (presumably wrong) encoding does not make sense. By default, <encoding> will use project.build.sourceEncoding.
1 parent 05005aa commit 04cd1e6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@
237237
<configuration>
238238
<source>${jdk.source}</source>
239239
<target>${jdk.target}</target>
240-
<encoding>ISO-8859-1</encoding>
241240
<debug>${jdk.debug}</debug>
242241
<optimize>${jdk.optimize}</optimize>
243242
</configuration>

0 commit comments

Comments
 (0)