From 7af05f23a5a9e8b0b35ff0b4ad725ca377fd9c57 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 21 Jul 2025 03:32:35 +0200 Subject: [PATCH] Add spine-libgdx build step for fat jar dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fat jar task requires main spine-libgdx jar to exist first. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .github/workflows/spine-cpp-compatibility.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/spine-cpp-compatibility.yml b/.github/workflows/spine-cpp-compatibility.yml index 1a48a1c80..4da32b81c 100644 --- a/.github/workflows/spine-cpp-compatibility.yml +++ b/.github/workflows/spine-cpp-compatibility.yml @@ -35,6 +35,10 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }} restore-keys: ${{ runner.os }}-gradle + - name: Build spine-libgdx dependency + working-directory: spine-libgdx + run: ./gradlew build + - name: Run C++ vs Java compatibility test working-directory: tests run: ./test.sh cpp -s spineboy -f