You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ta...@apache.org on 2016/07/10 06:06:25 UTC

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

Author: taher
Date: Sun Jul 10 06:06:25 2016
New Revision: 1752059

URL: http://svn.apache.org/viewvc?rev=1752059&view=rev
Log:
Fix issue with gradle not working on Windows - OFBIZ-7534

Issue reported by Jacques Le Roux (Thank you). Strangely only
Windows detected this issue. It is very simple to resolve, just
run the master script evaluation phase before running the subprojects
evaluation phase of gradle. This fixes the issue and provides a more
solid program for both Unix-OSs and Windows

Modified:
    ofbiz/trunk/build.gradle

Modified: ofbiz/trunk/build.gradle
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.gradle?rev=1752059&r1=1752058&r2=1752059&view=diff
==============================================================================
--- ofbiz/trunk/build.gradle (original)
+++ ofbiz/trunk/build.gradle Sun Jul 10 06:06:25 2016
@@ -25,8 +25,6 @@ import org.apache.tools.ant.filters.Repl
 apply plugin: 'java'
 apply plugin: 'eclipse'
 
-evaluationDependsOnChildren()
-
 allprojects {
     repositories{
         jcenter()