Author: jleroux
Date: Tue Oct 30 10:44:53 2018
New Revision: 1845217
URL:
http://svn.apache.org/viewvc?rev=1845217&view=revLog:
Improved: Javadoc doesn't contains links to external documentation
(OFBIZ-10603)
Adds comments about changing version in javadoc.options block
Thanks: Mathieu Lirzin
Modified:
ofbiz/ofbiz-framework/trunk/build.gradle
Modified: ofbiz/ofbiz-framework/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/build.gradle?rev=1845217&r1=1845216&r2=1845217&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Tue Oct 30 10:44:53 2018
@@ -56,6 +56,8 @@ javadoc.failOnError = true
javadoc.options {
encoding "UTF-8"
charSet "UTF-8"
+ // Those external Javadoc links should correspond to the actual
+ // versions declared in the "dependencies" block.
links(
"
https://docs.oracle.com/javase/8/docs/api",
"
https://docs.oracle.com/javaee/7/api",
@@ -153,7 +155,7 @@ dependencies {
compile 'org.apache.xmlgraphics:fop:2.3'
compile 'org.apache.xmlrpc:xmlrpc-client:3.1.3'
compile 'org.apache.xmlrpc:xmlrpc-server:3.1.3'
- compile 'org.codehaus.groovy:groovy-all:2.4.13'
+ compile 'org.codehaus.groovy:groovy-all:2.4.13' // Remember to change the version number in javadoc.options block
compile 'org.freemarker:freemarker:2.3.28' // Remember to change the version number in FreeMarkerWorker class when upgrading
compile 'org.hamcrest:hamcrest-all:1.3'
compile 'org.owasp.esapi:esapi:2.1.0.1'