Commit f8f38e6a by Jonathan Thomas

Experimental changes to download fabric api version required v7

parent e7a9d018
Pipeline #11877 passed with stage
in 19 seconds
...@@ -19,7 +19,7 @@ build_mod: ...@@ -19,7 +19,7 @@ build_mod:
- echo Detected Fabric API version from gradle.properties $FABRIC_API_JAR - echo Detected Fabric API version from gradle.properties $FABRIC_API_JAR
- export DOWNLOAD_URL="https://github.com/FabricMC/fabric/releases/download/${FABRIC_VERSION//+/%2B}/${FABRIC_API_JAR}" - export DOWNLOAD_URL="https://github.com/FabricMC/fabric/releases/download/${FABRIC_VERSION//+/%2B}/${FABRIC_API_JAR}"
- echo Download Fabric API from $DOWNLOAD_URL - echo Download Fabric API from $DOWNLOAD_URL
- wget -q -O "${FABRIC_API_JAR}" -P build/libs/ $DOWNLOAD_URL - wget -q -O "build/libs/${FABRIC_API_JAR}" $DOWNLOAD_URL
artifacts: artifacts:
paths: paths:
......
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