Author: jleroux
Date: Tue Nov 29 17:54:37 2016
New Revision: 1771932
URL:
http://svn.apache.org/viewvc?rev=1771932&view=revLog:
No functional change, just add in build.gradle the syntax when using Xlint.
I know it's in readme, but I tend to look directly in code...
Modified:
ofbiz/trunk/build.gradle
Modified: ofbiz/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.gradle?rev=1771932&r1=1771931&r2=1771932&view=diff==============================================================================
--- ofbiz/trunk/build.gradle (original)
+++ ofbiz/trunk/build.gradle Tue Nov 29 17:54:37 2016
@@ -39,7 +39,7 @@ javadoc.failOnError = false
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
-// Java compile options
+// Java compile options, syntax gradlew -PXlint build
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
if (project.hasProperty('Xlint')) {