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