mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-01-02 19:29:17 +00:00
Ensuring bastools gets added into resulting JAR files.
This commit is contained in:
parent
26ff14e0ea
commit
39fc60fc8b
@ -53,7 +53,8 @@ tasks.withType(Jar) {
|
||||
if (appendix) {
|
||||
from {
|
||||
configurations.runtime.collect {
|
||||
it.name.startsWith('ShrinkItArchive') || it.name.startsWith('applesingle-api') ? zipTree(it) : 'fake'
|
||||
it.name.startsWith('ShrinkItArchive') || it.name.startsWith('applesingle-api') ||
|
||||
it.name.startsWith('bastools-api') ? zipTree(it) : 'fake'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user