mirror of
https://gitlab.bixilon.de/bixilon/pixlyzer.git
synced 2025-09-29 07:01:01 -04:00
22w13a
This commit is contained in:
parent
7283b30f28
commit
bc343ccc05
@ -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
|
||||||
|
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user