mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-03-21 19:45:53 +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(' ')
|
'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]
|
//jar name format: [archiveBaseName]-[archiveAppendix]-[archiveVersion]-[archiveClassifier].[archiveExtension]
|
||||||
archiveVersion = jarVersion
|
archiveVersion = jarVersion
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user