Commit e33fe2bb by Jonathan Thomas

Experimental changes to download fabric api version required v3

parent 4e79914b
Pipeline #11873 failed
...@@ -15,12 +15,12 @@ build_mod: ...@@ -15,12 +15,12 @@ build_mod:
- echo "Reading Fabric version from gradle.properties..." - echo "Reading Fabric version from gradle.properties..."
- FABRIC_VERSION=$(grep 'fabric_version' gradle.properties | cut -d'=' -f2) - FABRIC_VERSION=$(grep 'fabric_version' gradle.properties | cut -d'=' -f2)
- echo "Fabric version: $FABRIC_VERSION" - echo "Fabric version: $FABRIC_VERSION"
- echo "Constructing download URL..." - #echo "Constructing download URL..."
- DOWNLOAD_URL="https://github.com/FabricMC/fabric/releases/download/${FABRIC_VERSION//+/%2B}/fabric-api-${FABRIC_VERSION}.jar" - #DOWNLOAD_URL="https://github.com/FabricMC/fabric/releases/download/${FABRIC_VERSION//+/%2B}/fabric-api-${FABRIC_VERSION}.jar"
- echo "Download URL: $DOWNLOAD_URL" - #echo "Download URL: $DOWNLOAD_URL"
- echo "Downloading Fabric API..." - #echo "Downloading Fabric API..."
- wget $DOWNLOAD_URL - #wget $DOWNLOAD_URL
- echo "Fabric API downloaded." - #echo "Fabric API downloaded."
artifacts: artifacts:
paths: paths:
- build/libs/*.jar - build/libs/*.jar
......
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