Use project.build.sourceEncoding in compiler by albers · Pull Request #74 · docker-java/docker-java

@albers

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.

added a commit that referenced this pull request

Oct 15, 2014
Use project.build.sourceEncoding in compiler