Skip to content

Commit

Permalink
[libgdx] Add spine.gwt.xml to JAR. Fixes #2748
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Feb 11, 2025
1 parent 1121e88 commit 11d457f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spine-libgdx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ project("spine-libgdx") {
apply plugin: "maven-publish"
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 {
implementation "com.badlogicgames.gdx:gdx:$libgdxVersion"
}
Expand Down

0 comments on commit 11d457f

Please sign in to comment.