diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index 4d99f03df1..f4b039493e 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -92,12 +92,19 @@ jobs: unset ARR } getVer MC_VERSION + echo "Got MC_VERSION: $MC_VERSION" getVer FORGE_VERSION + echo "Got FORGE_VERSION: $FORGE_VERSION" getVer KETTING_VERSION + echo "Got KETTING_VERSION: $KETTING_VERSION" tag=v$MC_VERSION-$FORGE_VERSION-$KETTING_VERSION + echo "Got tag $tag" echo "tag=$tag" >> "$GITHUB_OUTPUT" + echo "Set tag as output" git tag $tag + echo "Created local tag" git push origin $tag + echo "Pushed to remote" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Create Github Release if on default branch diff --git a/gradle.properties b/gradle.properties index b971e925c1..3bfa46a7e1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.daemon=false JAVA_VERSION=17 MC_VERSION=1.20.4 FORGE_VERSION=49.0.19 -KETTING_VERSION=0.0.1 +KETTING_VERSION=0.0.2 MC_NEXT_VERSION=1.21 MCP_VERSION=20231207.112700 MAPPING_CHANNEL=official diff --git a/settings.gradle b/settings.gradle index e83e6b9dfc..c22fe71555 100644 --- a/settings.gradle +++ b/settings.gradle @@ -28,7 +28,7 @@ dependencyResolutionManagement { libs { library('forgespi', 'net.minecraftforge:forgespi:7.1.3') // Needs modlauncher library('bootstrap', 'net.minecraftforge:bootstrap:2.0.0') // Needs modlauncher - library('bootstrap-api', 'net.minecraftforge:bootstrap-api:2.0.0') + library('bootstrap-api', 'net.minecraftforge:bootstrap-api:2.0.3') library('bootstrap-shim', 'net.minecraftforge:bootstrap-shim:2.0.1') library('modlauncher', 'net.minecraftforge:modlauncher:10.1.2') // Needs securemodules library('securemodules', 'net.minecraftforge:securemodules:2.2.9') // Needs unsafe