mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-23 02:06:46 +08:00
[libgdx] Add spine.gwt.xml to JAR. Fixes #2748
This commit is contained in:
parent
1121e88422
commit
11d457f417
@ -25,6 +25,15 @@ project("spine-libgdx") {
|
|||||||
apply plugin: "maven-publish"
|
apply plugin: "maven-publish"
|
||||||
apply plugin: "signing"
|
apply plugin: "signing"
|
||||||
|
|
||||||
|
sourceSets {
|
||||||
|
main {
|
||||||
|
resources {
|
||||||
|
srcDirs = ["src"] // Add this line to include non-Java files from src directory
|
||||||
|
include "**/*.gwt.xml" // Add this to specifically include GWT module files
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "com.badlogicgames.gdx:gdx:$libgdxVersion"
|
implementation "com.badlogicgames.gdx:gdx:$libgdxVersion"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user