From bc343ccc05530727acaf8e68b2f26284ce9be8d6 Mon Sep 17 00:00:00 2001 From: Bixilon Date: Thu, 31 Mar 2022 21:44:08 +0200 Subject: [PATCH] 22w13a --- .gitlab-ci.yml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e6abd65..832a268 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,13 +23,13 @@ stages: build: stage: build script: - - "cd wrapper && python3 PixLyzer.py --only-version=22w12a --dont-compile --only-map" + - "cd wrapper && python3 PixLyzer.py --only-version=22w13a --dont-compile --only-map" - 'cd ../ && mvn clean $MAVEN_CLI_OPTS verify' latest: stage: latest script: - - "cd wrapper && python3 PixLyzer.py --only-version=22w12a --dont-compile" + - "cd wrapper && python3 PixLyzer.py --only-version=22w13a --dont-compile" 1.18.2: stage: 1.18.2 diff --git a/pom.xml b/pom.xml index 7914b11..382162a 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 1.8 1.8 1.8 - 22w12a + 22w13a