Commit 3d09d5cd by Jonathan Thomas

Removing 1.20.2 due to String.getLiteralString symbol not found

parent ff57354f
Pipeline #12122 failed with stage
in 1 minute 29 seconds
...@@ -13,9 +13,9 @@ build_mod: ...@@ -13,9 +13,9 @@ build_mod:
stage: build stage: build
script: script:
- | - |
declare -a versions=("1.20.2" "1.20.3" "1.20.4" "1.20.5" "1.20.6") declare -a versions=("1.20.3" "1.20.4" "1.20.5" "1.20.6")
declare -a mappings=("1.20.2+build.4" "1.20.3+build.1" "1.20.4+build.3" "1.20.5+build.1" "1.20.6+build.1") declare -a mappings=("1.20.3+build.1" "1.20.4+build.3" "1.20.5+build.1" "1.20.6+build.1")
declare -a fabric_versions=("0.91.6+1.20.2" "0.91.1+1.20.3" "0.97.0+1.20.4" "0.97.8+1.20.5" "0.97.8+1.20.6") declare -a fabric_versions=("0.91.1+1.20.3" "0.97.0+1.20.4" "0.97.8+1.20.5" "0.97.8+1.20.6")
for i in "${!versions[@]}"; do for i in "${!versions[@]}"; do
minecraft_version="${versions[$i]}" minecraft_version="${versions[$i]}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment