mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-03-18 10:05:19 +00:00
updated build to include HIRS_UTILS
This commit is contained in:
parent
1fdce7b78b
commit
ea56e434e4
@ -57,6 +57,9 @@ jar {
|
||||
'Class-Path':configurations.runtimeClasspath.files.collect { it.getName() }.join(' ')
|
||||
)
|
||||
}
|
||||
from {
|
||||
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
|
||||
}
|
||||
//jar name format: [archiveBaseName]-[archiveAppendix]-[archiveVersion]-[archiveClassifier].[archiveExtension]
|
||||
archiveVersion = jarVersion
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user