Author: jleroux
Date: Sun Aug 25 07:09:56 2019
New Revision: 1865879
URL:
http://svn.apache.org/viewvc?rev=1865879&view=revLog:
Fixed: Classpath too long on Windows
(OFBIZ-11173)
Due to OFBIZ-11161 the classpath is now too long on Windows.
This is a known issue and can be fixed using
https://github.com/viswaramamoorthy/gradle-util-plugins.
It's also useful when looking for OFBiz processes on Linux.
Else you get very long results
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=1865879&r1=1865878&r2=1865879&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Sun Aug 25 07:09:56 2019
@@ -34,6 +34,7 @@ plugins {
id 'org.owasp.dependencycheck' version '5.2.1' apply false
id 'se.patrikerdes.use-latest-versions' version '0.2.12' apply false
id 'com.github.ben-manes.versions' version '0.22.0' apply false
+ id "com.github.ManifestClasspath" version "0.1.0-RELEASE"
}
/* OWASP plugin