From 92face623af7998516f7d06e6ffc1899cdf17358 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 10 May 2011 23:23:13 -0500 Subject: [PATCH] SEC-1738: removed accidental commit of writeNewPom task --- config/config.gradle | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/config/config.gradle b/config/config.gradle index 491a5a70af..de965e0bcf 100644 --- a/config/config.gradle +++ b/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 = []