mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-21 01:36:02 +08:00
[libgdx] Add uber jar task for skeletonviewer.
This commit is contained in:
parent
8e1bbc904b
commit
69d63c27ae
@ -26,6 +26,20 @@ project("spine-libgdx") {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
project("spine-skeletonviewer") {
|
||||||
|
jar {
|
||||||
|
duplicatesStrategy = DuplicatesStrategy.INCLUDE
|
||||||
|
|
||||||
|
manifest {
|
||||||
|
attributes "Main-Class": "com.esotericsoftware.spine.SkeletonViewer"
|
||||||
|
}
|
||||||
|
|
||||||
|
from {
|
||||||
|
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
configure(subprojects - project("spine-libgdx")) {
|
configure(subprojects - project("spine-libgdx")) {
|
||||||
sourceSets.main.resources.srcDirs = ["assets"]
|
sourceSets.main.resources.srcDirs = ["assets"]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user