Author: jleroux Date: Thu Apr 13 07:10:28 2017 New Revision: 1791218 URL: http://svn.apache.org/viewvc?rev=1791218&view=rev Log: Reverted: r1791143 for "The createTenant Gradle task fails" (OFBIZ-9273)
The fix was harmless but not to the point. Taher fixed the root cause at r1791168 Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/build.gradle Modified: ofbiz/ofbiz-framework/trunk/framework/resources/templates/build.gradle URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/resources/templates/build.gradle?rev=1791218&r1=1791217&r2=1791218&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/framework/resources/templates/build.gradle (original) +++ ofbiz/ofbiz-framework/trunk/framework/resources/templates/build.gradle Thu Apr 13 07:10:28 2017 @@ -1,4 +1,3 @@ -/* dependencies { //Examples of compile-time and runtime dependencies @@ -17,4 +16,3 @@ task uninstall { // uninstall logic for this plugin } } -*/