mirror of
https://gitlab.bixilon.de/bixilon/pixlyzer.git
synced 2025-09-23 20:11:30 -04:00
bump to 1.18-rep5
This commit is contained in:
parent
ded40873d2
commit
a64a9e4821
@ -13,7 +13,7 @@ cache:
|
||||
|
||||
stages:
|
||||
- build
|
||||
- 1.18-pre4
|
||||
- 1.18-pre5
|
||||
- 1.17.1
|
||||
- 1.16.5
|
||||
- 1.15.2
|
||||
@ -22,13 +22,13 @@ stages:
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- "cd wrapper && python3 PixLyzer.py --only-version=1.18-pre4 --dont-compile --only-map"
|
||||
- "cd wrapper && python3 PixLyzer.py --only-version=1.18-pre5 --dont-compile --only-map"
|
||||
- 'cd ../ && mvn clean $MAVEN_CLI_OPTS verify'
|
||||
|
||||
1.18-pre4:
|
||||
stage: 1.18-pre4
|
||||
1.18-pre5:
|
||||
stage: 1.18-pre5
|
||||
script:
|
||||
- "cd wrapper && python3 PixLyzer.py --only-version=1.18-pre4 --dont-compile"
|
||||
- "cd wrapper && python3 PixLyzer.py --only-version=1.18-pre5 --dont-compile"
|
||||
|
||||
1.17.1:
|
||||
stage: 1.17.1
|
||||
|
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>1.18-pre4</minecraft.version>
|
||||
<minecraft.version>1.18-pre5</minecraft.version>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
|
@ -55,7 +55,7 @@ YARN_MANIFEST_URL = "https://maven.fabricmc.net/net/fabricmc/yarn/versions.json"
|
||||
TINY_MAPPINGS_BASE_URL = "https://maven.fabricmc.net/net/fabricmc/yarn/"
|
||||
INTERMEDIARY_BASE_URL = "https://maven.fabricmc.net/net/fabricmc/intermediary/"
|
||||
|
||||
COMPILE_VERSION = "1.18-pre4"
|
||||
COMPILE_VERSION = "1.18-pre5"
|
||||
|
||||
MAJOR_VERSIONS = [COMPILE_VERSION, "1.17.1", "1.16.5", "1.15.2", "1.14.4"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user