parent
efaf2b080f
commit
67d793ae5f
|
|
@ -50,6 +50,8 @@ tasks.jar.from { includeProject.sourceSets.main.output }
|
||||||
tasks.sourcesJar.from {includeProject.sourceSets.main.java}
|
tasks.sourcesJar.from {includeProject.sourceSets.main.java}
|
||||||
|
|
||||||
configure(project.tasks.withType(Test)) {
|
configure(project.tasks.withType(Test)) {
|
||||||
|
doFirst {
|
||||||
systemProperties['springSecurityVersion'] = version
|
systemProperties['springSecurityVersion'] = version
|
||||||
systemProperties['springVersion'] = project.dependencyManagement.managedVersions['org.springframework:spring-core']
|
systemProperties['springVersion'] = project.dependencyManagement.managedVersions['org.springframework:spring-core']
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue