summaryrefslogtreecommitdiff
path: root/rules/commons-lang2/encoding.mk
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-07-23 13:03:55 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-07-23 13:03:55 -0400
commitc63599f77c3c139abb3bb36a15888c5563e7b269 (patch)
tree65e61bda8ecf78ff629fc00809d115ac4bf34b34 /rules/commons-lang2/encoding.mk
parent755761fbdd192e781c956e5bb64eb2ab0dcf86dc (diff)
rules/generic: Get the Java version and encoding from POM
Diffstat (limited to 'rules/commons-lang2/encoding.mk')
-rw-r--r--rules/commons-lang2/encoding.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/commons-lang2/encoding.mk b/rules/commons-lang2/encoding.mk
index c4085a7..365809f 100644
--- a/rules/commons-lang2/encoding.mk
+++ b/rules/commons-lang2/encoding.mk
@@ -1 +1 @@
-JAVAC += -encoding ISO-8859-1
+project.build.sourceEncoding = ISO-8859-1