bump to 1.18-rc3

This commit is contained in:
Bixilon 2021-11-27 14:13:17 +01:00
parent f75334ba94
commit 6107fa9362
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4
3 changed files with 4 additions and 4 deletions

View File

@ -22,13 +22,13 @@ stages:
build: build:
stage: build stage: build
script: script:
- "cd wrapper && python3 PixLyzer.py --only-version=1.18-rc1 --dont-compile --only-map" - "cd wrapper && python3 PixLyzer.py --only-version=1.18-rc3 --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=1.18-rc1 --dont-compile" - "cd wrapper && python3 PixLyzer.py --only-version=1.18-rc3 --dont-compile"
1.17.1: 1.17.1:
stage: 1.17.1 stage: 1.17.1

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>1.18-rc1</minecraft.version> <minecraft.version>1.18-rc3</minecraft.version>
</properties> </properties>
<repositories> <repositories>

View File

@ -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/" TINY_MAPPINGS_BASE_URL = "https://maven.fabricmc.net/net/fabricmc/yarn/"
INTERMEDIARY_BASE_URL = "https://maven.fabricmc.net/net/fabricmc/intermediary/" INTERMEDIARY_BASE_URL = "https://maven.fabricmc.net/net/fabricmc/intermediary/"
COMPILE_VERSION = "1.18-rc1" COMPILE_VERSION = "1.18-rc3"
MAJOR_VERSIONS = [COMPILE_VERSION, "1.17.1", "1.16.5", "1.15.2", "1.14.4"] MAJOR_VERSIONS = [COMPILE_VERSION, "1.17.1", "1.16.5", "1.15.2", "1.14.4"]