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 2017/09/29 08:07:14 UTC

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

Author: jleroux
Date: Fri Sep 29 08:07:14 2017
New Revision: 1810062

URL: http://svn.apache.org/viewvc?rev=1810062&view=rev
Log:
No functional change

Removes harmless things that should not have been there in r1810056

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=1810062&r1=1810061&r2=1810062&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/build.gradle (original)
+++ ofbiz/ofbiz-framework/trunk/build.gradle Fri Sep 29 08:07:14 2017
@@ -28,15 +28,12 @@ buildscript {
     }
     dependencies {
       classpath "at.bxm.gradleplugins:gradle-svntools-plugin:latest.release"
-      classpath "org.kordamp.gradle:jdeps-gradle-plugin:0.2.0"
     }
 }
 apply plugin: 'java'
 apply plugin: 'eclipse'
 apply plugin: 'maven-publish'
 apply plugin: "at.bxm.svntools"
-apply plugin: 'org.kordamp.jdeps'
-apply plugin: 'codenarc'
 
 apply from: 'common.gradle'
 
@@ -1009,21 +1006,3 @@ def gradlewSubprocess(commandList) {
     fullCommand.addAll(commandList)
     exec { commandLine fullCommand }
 }
-
-//codenarcMain {
-//    ignoreFailures false
-//    configFile file('config/codenarc/codenarc-main.rules')
-//
-//    maxPriority1Violations 0
-//    maxPriority2Violations 10
-//    maxPriority3Violations 20
-//}
-//
-//codenarcTest {
-//    ignoreFailures true
-//    configFile file('config/codenarc/codenarc-test.rules')
-//
-//    maxPriority1Violations 0
-//    maxPriority2Violations 10
-//    maxPriority3Violations 20
-//}
\ No newline at end of file