mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 08:42:13 +00:00
SEC-1738: removed accidental commit of writeNewPom task
This commit is contained in:
parent
3d24d6f672
commit
92face623a
@ -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 = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user