This commit is contained in:
Bixilon 2022-03-31 21:44:08 +02:00
parent 7283b30f28
commit bc343ccc05
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4
2 changed files with 3 additions and 3 deletions

View File

@ -23,13 +23,13 @@ stages:
build: build:
stage: build stage: build
script: 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' - 'cd ../ && mvn clean $MAVEN_CLI_OPTS verify'
latest: latest:
stage: latest stage: latest
script: script:
- "cd wrapper && python3 PixLyzer.py --only-version=22w12a --dont-compile" - "cd wrapper && python3 PixLyzer.py --only-version=22w13a --dont-compile"
1.18.2: 1.18.2:
stage: 1.18.2 stage: 1.18.2

View File

@ -17,7 +17,7 @@
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget> <kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
<maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.target>1.8</maven.compiler.target>
<minecraft.version>22w12a</minecraft.version> <minecraft.version>22w13a</minecraft.version>
</properties> </properties>
<repositories> <repositories>