diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index fc32e28f..9a8f8beb 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -33,34 +33,11 @@ jobs: with: name: HyperLap2D-SNAPSHOT.deb path: HyperLap2D-SNAPSHOT.deb - - name: Fix libgdx-spine-extension file names - run: mv h2d-libgdx-spine-extension/build/libs/*.jar h2d-libgdx-spine-extension-SNAPSHOT.jar - - name: Upload libgdx-spine-extension artifact - uses: actions/upload-artifact@v2 - with: - name: h2d-libgdx-spine-extension-SNAPSHOT.jar - path: h2d-libgdx-spine-extension-SNAPSHOT.jar - - name: Fix libgdx-talos-extension file names - run: mv h2d-libgdx-talos-extension/build/libs/*.jar h2d-libgdx-talos-extension-SNAPSHOT.jar - - name: Upload libgdx-talos-extension artifact - uses: actions/upload-artifact@v2 - with: - name: h2d-libgdx-talos-extension-SNAPSHOT.jar - path: h2d-libgdx-talos-extension-SNAPSHOT.jar - - name: Fix runtime-libgdx file names - run: mv hyperlap2d-runtime-libgdx/build/libs/*.jar hyperlap2d-runtime-libgdx-SNAPSHOT.jar - - name: Upload hyperlap2d-runtime-libgdx artifact - uses: actions/upload-artifact@v2 - with: - name: hyperlap2d-runtime-libgdx-SNAPSHOT.jar - path: hyperlap2d-runtime-libgdx-SNAPSHOT.jar - - name: Fix hyperlap2d-common-api names - run: mv hyperlap2d-common-api/build/libs/*.jar hyperlap2d-common-api-SNAPSHOT.jar - - name: Upload hyperlap2d-common-api artifact - uses: actions/upload-artifact@v2 - with: - name: hyperlap2d-common-api-SNAPSHOT.jar - path: hyperlap2d-common-api-SNAPSHOT.jar + - name: Publish SNAPSHOT artifacts + env: + NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }} + NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }} + run: ./gradlew uploadArchives -PSNAPSHOT=true windows: if: "!contains(github.event.head_commit.message, 'cd skip')" diff --git a/assets/configs/app.properties b/assets/configs/app.properties index bcbbc9e7..228a378e 100644 --- a/assets/configs/app.properties +++ b/assets/configs/app.properties @@ -1 +1 @@ -version=0.0.5-dev \ No newline at end of file +version=0.0.5-SNAPSHOT \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 84f79505..1f1b9ec9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ -gdxVersion = 1.9.15-SNAPSHOT -gdxVersionBeta = 1.9.15-SNAPSHOT +gdxVersion = 1.9.14 +gdxVersionBeta = 1.9.14 box2dlightsVersion = 1.6-SNAPSHOT ashleyVersion = 1.7.4 spineVersion = 3.8.55.1 -visuiVersion = 1.4.10 +visuiVersion = 1.4.11 typingLabelVersion = 1.2.0 shapedrawerVersion = 2.4.0 talosVersion = 1.3.1 \ No newline at end of file diff --git a/h2d-libgdx-spine-extension b/h2d-libgdx-spine-extension index 5e9034b6..4b70755e 160000 --- a/h2d-libgdx-spine-extension +++ b/h2d-libgdx-spine-extension @@ -1 +1 @@ -Subproject commit 5e9034b65e91f12bef8802dce8d47bb3889f8b2d +Subproject commit 4b70755e48091ab3eb9391e27ba9785d70acfadd diff --git a/h2d-libgdx-talos-extension b/h2d-libgdx-talos-extension index 44f856f7..f1201ab0 160000 --- a/h2d-libgdx-talos-extension +++ b/h2d-libgdx-talos-extension @@ -1 +1 @@ -Subproject commit 44f856f7b1b7d6c87df9bc7369b9d13585f88c91 +Subproject commit f1201ab076404c60f23ab768dabc7e3becaac398 diff --git a/hyperlap2d-common-api b/hyperlap2d-common-api index adf6c17c..c2062880 160000 --- a/hyperlap2d-common-api +++ b/hyperlap2d-common-api @@ -1 +1 @@ -Subproject commit adf6c17c9b58fd715776a0e32cbf0f4a16fd3866 +Subproject commit c20628800b83bafeb29f7bf074cf81d2d324ea4f diff --git a/hyperlap2d-runtime-libgdx b/hyperlap2d-runtime-libgdx index 4ce12f2a..81e2b6b1 160000 --- a/hyperlap2d-runtime-libgdx +++ b/hyperlap2d-runtime-libgdx @@ -1 +1 @@ -Subproject commit 4ce12f2ae17a2f6ee699773a214d157f0a1c41e8 +Subproject commit 81e2b6b1c3e126f5f7093064b9ea78bbd69999ff