You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/07/29 13:34:28 UTC

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

Author: jleroux
Date: Fri Jul 29 13:34:28 2016
New Revision: 1754524

URL: http://svn.apache.org/viewvc?rev=1754524&view=rev
Log:
Remove the owasp dependencycheck plugin for "Copy external jars in OFBiz $buildDir/externalJars for (at least) dependency check" - https://issues.apache.org/jira/browse/OFBIZ-7930#

This is taking too long, and we need to find a way to have it loaded only when needed. At least it works and is the right solution.

Modified:
    ofbiz/trunk/build.gradle

Modified: ofbiz/trunk/build.gradle
URL: http://svn.apache.org/viewvc/ofbiz/trunk/build.gradle?rev=1754524&r1=1754523&r2=1754524&view=diff
==============================================================================
--- ofbiz/trunk/build.gradle (original)
+++ ofbiz/trunk/build.gradle Fri Jul 29 13:34:28 2016
@@ -22,13 +22,8 @@ import org.apache.tools.ant.filters.Repl
  * Project setup
  * ======================================================== */
 
-plugins {
-    id "org.owasp.dependencycheck" version "1.4.0"
-}
-
 apply plugin: 'java'
 apply plugin: 'eclipse'
-apply plugin: "org.owasp.dependencycheck"
 
 apply from: 'common.gradle'