File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717set -e -u
1818
1919# The version of the Kotlin Toolchain (and CLI) distribution to provision and use
20- kotlin_cli_version=0.12.0-dev-4109
20+ kotlin_cli_version=0.12.0-dev-4116
2121# Establish chain of trust from here by specifying exact checksum of Kotlin Toolchain (and CLI) distribution to be run
22- kotlin_cli_sha256=53e12fabbcafd478e43a5c2fd7952567efa0b3d46d7e92666ab10d570834df50
22+ kotlin_cli_sha256=5b71b77cdf259948ccc9d5cebe9719f219f1f81d3c305dc2f593e0a98fbce13e
2323
2424KOTLIN_CLI_DOWNLOAD_ROOT=" ${KOTLIN_CLI_DOWNLOAD_ROOT:- https:// packages.jetbrains.team/ maven/ p/ amper/ amper} "
2525
Original file line number Diff line number Diff line change 1717setlocal
1818
1919@ rem The version of the Kotlin Toolchain distribution to provision and use
20- set kotlin_cli_version = 0.12.0-dev-4109
20+ set kotlin_cli_version = 0.12.0-dev-4116
2121@ rem Establish chain of trust from here by specifying the exact checksum of the Kotlin Toolchain distribution to be run
22- set kotlin_cli_sha256 = 53e12fabbcafd478e43a5c2fd7952567efa0b3d46d7e92666ab10d570834df50
22+ set kotlin_cli_sha256 = 5b71b77cdf259948ccc9d5cebe9719f219f1f81d3c305dc2f593e0a98fbce13e
2323
2424if not defined KOTLIN_CLI_DOWNLOAD_ROOT set KOTLIN_CLI_DOWNLOAD_ROOT = https://packages.jetbrains.team/maven/p/amper/amper
2525if not defined KOTLIN_CLI_BOOTSTRAP_CACHE_DIR set KOTLIN_CLI_BOOTSTRAP_CACHE_DIR = %LOCALAPPDATA% \JetBrains\Kotlin\cli
You can’t perform that action at this time.
0 commit comments