svn commit: r1854636 - /ofbiz/ofbiz-framework/trunk/build.gradle

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1854636 - /ofbiz/ofbiz-framework/trunk/build.gradle

jleroux@apache.org
Author: jleroux
Date: Sat Mar  2 10:48:37 2019
New Revision: 1854636

URL: http://svn.apache.org/viewvc?rev=1854636&view=rev
Log:
Improved: no functional change
Replaces a tab by spaces

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=1854636&r1=1854635&r2=1854636&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Sat Mar  2 10:48:37 2019
@@ -42,7 +42,7 @@ plugins {
  */
 if (project.hasProperty('enableOwasp')) {
     plugins {
- id 'org.owasp.dependencycheck' version '3.0.2'
+    id 'org.owasp.dependencycheck' version '3.0.2'
     }
 }