Source code

Revision control

Copy as Markdown

Other Tools

#!/bin/sh
set -x -e -v
VERSION="$1"
mkdir -p "${UPLOAD_DIR}"
wget --no-parent --recursive --execute robots=off "${BASE_URL}/${VERSION}/"
tar caf "${UPLOAD_DIR}/gradle-python-envs-${VERSION}.tar.zst" plugins.gradle.org