You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/11/29 17:54:37 UTC

svn commit: r1771932 - /ofbiz/trunk/build.gradle

Author: jleroux
Date: Tue Nov 29 17:54:37 2016
New Revision: 1771932

URL: http://svn.apache.org/viewvc?rev=1771932&view=rev
Log:
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')) {