bump to 1.17-rc2

This commit is contained in:
Bixilon 2021-06-07 16:39:42 +02:00
parent 7a076ee2f5
commit 8fd332e41f
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4
3 changed files with 7 additions and 7 deletions

View File

@ -13,7 +13,7 @@ cache:
stages:
- build
- 1.17-rc1
- 1.17-rc2
- 1.16.5
- 1.16.2
- 1.15.2
@ -22,13 +22,13 @@ stages:
build:
stage: build
script:
- "cd wrapper && python3 PixLyzer.py --only-version=1.17-rc1 --dont-compile --only-map"
- "cd wrapper && python3 PixLyzer.py --only-version=1.17-rc2 --dont-compile --only-map"
- 'cd ../ && mvn clean $MAVEN_CLI_OPTS verify'
1.17-rc1:
stage: 1.17-rc1
1.17-rc2:
stage: 1.17-rc2
script:
- "cd wrapper && python3 PixLyzer.py --only-version=1.17-rc1 --dont-compile"
- "cd wrapper && python3 PixLyzer.py --only-version=1.17-rc2 --dont-compile"
1.16.5:
stage: 1.16.5

View File

@ -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.17-rc1</minecraft.version>
<minecraft.version>1.17-rc2</minecraft.version>
</properties>
<repositories>

View File

@ -38,7 +38,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.17-rc1"
COMPILE_VERSION = "1.17-rc2"
MAJOR_VERSIONS = [COMPILE_VERSION, "1.16.5", "1.15.2", "1.14.4"]