mirror of
https://gitlab.bixilon.de/bixilon/pixlyzer.git
synced 2025-09-28 22:52:07 -04:00
22w13a
This commit is contained in:
parent
7283b30f28
commit
bc343ccc05
@ -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
|
||||
|
2
pom.xml
2
pom.xml
@ -17,7 +17,7 @@
|
||||
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<minecraft.version>22w12a</minecraft.version>
|
||||
<minecraft.version>22w13a</minecraft.version>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
|
Loading…
x
Reference in New Issue
Block a user