From 4604751f80cd8321b483e67fdcf046ba92f3be9a Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sun, 6 Aug 2023 08:32:40 -0500 Subject: [PATCH] Add 1.16.5 to the CI script --- .gitlab-ci.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d58c6e3c6..c6c9452d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,8 @@ image: gradle:eclipse-temurin # all stages need to be defined here stages: - # TODO: Make stages depending on what is in versionProperties + # TODO: Make stages depend on what is in versionProperties + - build_1_16_5 - build_1_18_2 - build_1_19_2 - build_1_19_4 @@ -54,6 +55,13 @@ variables: extends: .build_java +# 1.16.5 build +build_1_16_5: + stage: build_1_16_5 + variables: + MC_VER: "1.16.5" + extends: .build_mc + # 1.18.2 build build_1_18_2: stage: build_1_18_2 @@ -130,7 +138,7 @@ pages: -# ============================== Previos CI for future reference ============================== # +# ============================== Previous CI for future reference ============================== # ## all stages need to be defined here # # Don't build the standalone jar yet because it isn't done yet # # - build_standalone