Author: mbrohl Date: Sun Dec 18 19:27:29 2016 New Revision: 1774933 URL: http://svn.apache.org/viewvc?rev=1774933&view=rev Log: Improved: Raise build error if Javadoc is not valid.
This is part of the Javadoc refactoring issue as discussed in (OFBIZ-9144) Modified: ofbiz/trunk/build.gradle Modified: ofbiz/trunk/build.gradle URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.gradle?rev=1774933&r1=1774932&r2=1774933&view=diff ============================================================================== --- ofbiz/trunk/build.gradle (original) +++ ofbiz/trunk/build.gradle Sun Dec 18 19:27:29 2016 @@ -35,7 +35,7 @@ ext.pluginsDir = "${rootDir}/specialpurp // java settings def jvmArguments = ['-Xms128M', '-Xmx1024M'] ext.ofbizMainClass = 'org.apache.ofbiz.base.start.Start' -javadoc.failOnError = false +javadoc.failOnError = true sourceCompatibility = '1.8' targetCompatibility = '1.8'