From a64a9e4821fb5850efca1c216f6ca45f386e25c2 Mon Sep 17 00:00:00 2001 From: Bixilon Date: Sat, 20 Nov 2021 21:03:09 +0100 Subject: [PATCH] bump to 1.18-rep5 --- .gitlab-ci.yml | 10 +++++----- pom.xml | 2 +- wrapper/PixLyzer.py | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e897d42..33c596d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ cache: stages: - build - - 1.18-pre4 + - 1.18-pre5 - 1.17.1 - 1.16.5 - 1.15.2 @@ -22,13 +22,13 @@ stages: build: stage: build script: - - "cd wrapper && python3 PixLyzer.py --only-version=1.18-pre4 --dont-compile --only-map" + - "cd wrapper && python3 PixLyzer.py --only-version=1.18-pre5 --dont-compile --only-map" - 'cd ../ && mvn clean $MAVEN_CLI_OPTS verify' -1.18-pre4: - stage: 1.18-pre4 +1.18-pre5: + stage: 1.18-pre5 script: - - "cd wrapper && python3 PixLyzer.py --only-version=1.18-pre4 --dont-compile" + - "cd wrapper && python3 PixLyzer.py --only-version=1.18-pre5 --dont-compile" 1.17.1: stage: 1.17.1 diff --git a/pom.xml b/pom.xml index 4223154..a5032c6 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 1.8 1.8 1.8 - 1.18-pre4 + 1.18-pre5 diff --git a/wrapper/PixLyzer.py b/wrapper/PixLyzer.py index 03199fd..d253309 100755 --- a/wrapper/PixLyzer.py +++ b/wrapper/PixLyzer.py @@ -55,7 +55,7 @@ YARN_MANIFEST_URL = "https://maven.fabricmc.net/net/fabricmc/yarn/versions.json" TINY_MAPPINGS_BASE_URL = "https://maven.fabricmc.net/net/fabricmc/yarn/" INTERMEDIARY_BASE_URL = "https://maven.fabricmc.net/net/fabricmc/intermediary/" -COMPILE_VERSION = "1.18-pre4" +COMPILE_VERSION = "1.18-pre5" MAJOR_VERSIONS = [COMPILE_VERSION, "1.17.1", "1.16.5", "1.15.2", "1.14.4"]