From b164e4646d7d6546496cab82d31bd1b37dcfa07e Mon Sep 17 00:00:00 2001 From: James Seibel Date: Thu, 14 May 2026 20:13:22 -0500 Subject: [PATCH] add 1.12.2 to the build script --- .gitlab-ci.yml | 3 ++- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 540b56661..de99ad82a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,8 @@ build: "1.19.4", "1.19.2", "1.18.2", "1.17.1", - "1.16.5" + "1.16.5", + "1.12.2" ] script: # this both runs the unit tests and assembles the code diff --git a/gradle.properties b/gradle.properties index 38f2d23ff..1287140ff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -48,7 +48,7 @@ versionStr= # This defines what MC version Intellij will use for the preprocessor # and what version is used automatically by build and run commands -mcVer=1.12.2 +mcVer=26.1.2 # Defines the maximum amount of memory Minecraft is allowed when run in a development environment minecraftMemoryJavaArg=-Xmx6G