From 1051aa203261b236d46fac6785cff13f2222152c Mon Sep 17 00:00:00 2001 From: Ryan Barlow <7389646+ryanbarlow97@users.noreply.github.com> Date: Wed, 23 Sep 2026 15:15:29 +0000 Subject: [PATCH] build: use consolidated current jar inputs --- .github/dependencies.sha256 | 4 ++-- .github/scripts/install-local-dependencies.sh | 8 ++++---- .github/scripts/prepare-release.sh | 6 +++--- pom.xml | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/dependencies.sha256 b/.github/dependencies.sha256 index a4b42e0..f659998 100644 --- a/.github/dependencies.sha256 +++ b/.github/dependencies.sha256 @@ -1,2 +1,2 @@ -ee2e7ab9b5386f2d103081c4d108e61b1035df2ca692b53d6e2409fb1f5caccf libs/ProtocolLib.jar -0116d714822b6f0cfebfe833a5df2e4754797b637d0fe709afb762c56da463a3 libs/ItemsAdder_3.5.0-r2.jar +355f7117af95b3f8e3cb63440fcf8a3bb9808bc89ac6ac5c57142327480e9437 libs/ProtocolLib-5.5.0-SNAPSHOT.jar +5a01b37bd7442fb0f2c809cadac82ba70f75173956e04efac3336595cc070368 libs/ItemsAdder-4.0.18.jar diff --git a/.github/scripts/install-local-dependencies.sh b/.github/scripts/install-local-dependencies.sh index fffdcb0..74c007c 100644 --- a/.github/scripts/install-local-dependencies.sh +++ b/.github/scripts/install-local-dependencies.sh @@ -5,8 +5,8 @@ set -euo pipefail sha256sum --check .github/dependencies.sha256 mvn -B --no-transfer-progress org.apache.maven.plugins:maven-install-plugin:3.1.4:install-file \ - -Dfile="libs/ProtocolLib.jar" -DgroupId="local" -DartifactId="ProtocolLib" \ - -Dversion="1.0-tfmc-ee2e7ab9b538" -Dpackaging=jar -DgeneratePom=true "$@" + -Dfile="libs/ProtocolLib-5.5.0-SNAPSHOT.jar" -DgroupId="local" -DartifactId="ProtocolLib" \ + -Dversion="5.5.0-SNAPSHOT-tfmc-355f7117af95" -Dpackaging=jar -DgeneratePom=true "$@" mvn -B --no-transfer-progress org.apache.maven.plugins:maven-install-plugin:3.1.4:install-file \ - -Dfile="libs/ItemsAdder_3.5.0-r2.jar" -DgroupId="local" -DartifactId="ItemsAdder" \ - -Dversion="3.5.0-tfmc-0116d714822b" -Dpackaging=jar -DgeneratePom=true "$@" + -Dfile="libs/ItemsAdder-4.0.18.jar" -DgroupId="local" -DartifactId="ItemsAdder" \ + -Dversion="4.0.18-tfmc-5a01b37bd744" -Dpackaging=jar -DgeneratePom=true "$@" diff --git a/.github/scripts/prepare-release.sh b/.github/scripts/prepare-release.sh index 50045f0..074d306 100644 --- a/.github/scripts/prepare-release.sh +++ b/.github/scripts/prepare-release.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash set -euo pipefail : "${GH_TOKEN:?Set DEPS_TOKEN with Contents read access to TF-Minecraft/ServerAssets}" -ref=8a44414cd5b74b7d1c7a258ccf5a86a5f6e0294b +ref=4b80431398e4ff35d703cad915b7ee4e5924a763 mkdir -p libs -curl --fail --location --silent --show-error --retry 3 -H "Authorization: Bearer $GH_TOKEN" -H "Accept: application/vnd.github.raw+json" "https://api.github.com/repos/TF-Minecraft/ServerAssets/contents/runtime/plugins/ProtocolLib.jar?ref=$ref" > "libs/ProtocolLib.jar" -curl --fail --location --silent --show-error --retry 3 -H "Authorization: Bearer $GH_TOKEN" -H "Accept: application/vnd.github.raw+json" "https://api.github.com/repos/TF-Minecraft/ServerAssets/contents/jars/0116d714822b/ItemsAdder_3.5.0-r2.jar?ref=$ref" > "libs/ItemsAdder_3.5.0-r2.jar" +curl --fail --location --silent --show-error --retry 3 -H "Authorization: Bearer $GH_TOKEN" -H "Accept: application/vnd.github.raw+json" "https://api.github.com/repos/TF-Minecraft/ServerAssets/contents/jars/355f7117af95/ProtocolLib-5.5.0-SNAPSHOT.jar?ref=$ref" > "libs/ProtocolLib-5.5.0-SNAPSHOT.jar" +curl --fail --location --silent --show-error --retry 3 -H "Authorization: Bearer $GH_TOKEN" -H "Accept: application/vnd.github.raw+json" "https://api.github.com/repos/TF-Minecraft/ServerAssets/contents/jars/5a01b37bd744/ItemsAdder-4.0.18.jar?ref=$ref" > "libs/ItemsAdder-4.0.18.jar" bash .github/scripts/install-local-dependencies.sh "$@" diff --git a/pom.xml b/pom.xml index 0a58995..6fc9ad0 100644 --- a/pom.xml +++ b/pom.xml @@ -41,13 +41,13 @@ local ProtocolLib - 1.0-tfmc-ee2e7ab9b538 + 5.5.0-SNAPSHOT-tfmc-355f7117af95 provided local ItemsAdder - 3.5.0-tfmc-0116d714822b + 4.0.18-tfmc-5a01b37bd744 provided @@ -89,13 +89,13 @@ com.google.code.gson gson - 2.10.1 + 2.14.0 provided org.joml joml - 1.10.8 + 1.10.9 provided