Author: jleroux Date: Fri Apr 12 20:58:00 2019 New Revision: 1857433 URL: http://svn.apache.org/viewvc?rev=1857433&view=rev Log: Fixed: ‘./gradlew generateOfbizDocumentation’ fails with Gradle 5.0 (OFBIZ-10693)
This definitely fixes the problem in trunk 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=1857433&r1=1857432&r2=1857433&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/build.gradle (original) +++ ofbiz/ofbiz-framework/trunk/build.gradle Fri Apr 12 20:58:00 2019 @@ -30,7 +30,7 @@ plugins { id 'eclipse' id 'maven-publish' id 'at.bxm.svntools' version '2.2.1' - id 'org.asciidoctor.convert' version '1.5.8.1' // Rather than using 1.5.9.2 see OFBIZ-10693 + id 'org.asciidoctor.convert' version '2.0.0' id 'org.owasp.dependencycheck' version '3.0.2' apply false }