Use project.build.sourceEncoding in compiler#74
Use project.build.sourceEncoding in compiler#74marcuslinke merged 1 commit intodocker-java:masterfrom
Conversation
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.
Use project.build.sourceEncoding in compiler
|
@albers Thanks as always! |
|
Thanks! That was quick. @marcuslinke Out of context, and before I dive into deeper examination, I would like to ask whether the test suite should pass. On my systems, I constantly get these failures:
|
|
@albers At least the |
|
I'll take a look at it. Maybe it's due to my setup. I use a remote Docker server. |
|
The problem in
called from the container fails. |
Defining a default encoding of UTF-8 in
project.build.sourceEncodingandthen overriding it in the compiler args with another (presumably wrong)
encoding does not make sense.
By default,
<encoding>will useproject.build.sourceEncoding.