This commit is contained in:
Moritz Zwerger 2025-01-01 20:32:57 +01:00
parent 5d187228b5
commit 276401b670
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -25,7 +25,7 @@ build:
stage: build
script:
- "java -version"
- "cd wrapper && python3 PixLyzer.py --only-version=22w45a --dont-compile --only-map"
- "cd wrapper && python3 PixLyzer.py --only-version=23w41a --dont-compile --only-map"
- 'cd ../ && mvn clean $MAVEN_CLI_OPTS verify'
latest: