瀏覽代碼

SEC-1738: removed accidental commit of writeNewPom task

Rob Winch 14 年之前
父節點
當前提交
92face623a
共有 1 個文件被更改,包括 1 次插入14 次删除
  1. 1 14
      config/config.gradle

+ 1 - 14
config/config.gradle

@@ -3,20 +3,7 @@
 apply plugin: 'groovy'
 
 compileTestJava.dependsOn(':spring-security-core:compileTestJava')
-task writeNewPom << {
-    pom {
-        project {
-            inceptionYear '2008'
-            licenses {
-                license {
-                    name 'The Apache Software License, Version 2.0'
-                    url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
-                    distribution 'repo'
-                }
-            }
-        }
-    }.writeTo("$buildDir/newpom.xml")
-}
+
 configurations {
     // GRADLE-1124
     compile.extendsFrom = []