mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 05:22:16 +00:00
Added generation of sha1 of distro archive to build.
This commit is contained in:
parent
56849dc41e
commit
9734e4c82f
@ -141,12 +141,15 @@ task dist (type: Zip) {
|
||||
into('docs/reference') {
|
||||
from docsDir
|
||||
}
|
||||
|
||||
into('dist') {
|
||||
from coreModuleProjects().collect { project -> project.libsDir }
|
||||
}
|
||||
}
|
||||
|
||||
dist.doLast {
|
||||
ant.checksum(file: archivePath, algorithm: 'SHA1', fileext: '.sha1')
|
||||
}
|
||||
|
||||
dist.dependsOn apidocs, ':manual:doc'
|
||||
dist.dependsOn subprojects.collect { "$it.path:assemble" }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user