From 7784d1025e8cf091acff524ff4426c52c2f77d2d Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Wed, 23 Nov 2022 22:59:37 +0100 Subject: [PATCH] Change bootstrap to 1.7.21-release-254 This is supposed to be the same build as the one that was accidentally uploaded with version 1.7.21 to the Space bootstrap repository (and which predates the real 1.7.21). --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 83e36c35f5d31..25fd7edd45772 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ kotlin.build.gradlePlugin.version=0.0.38 #maven.repository.mirror=http://repository.jetbrains.com/remote-repos/ #bootstrap.kotlin.repo=https://maven.pkg.jetbrains.space/kotlin/p/kotlin/bootstrap #bootstrap.kotlin.version=1.1.50-dev-1451 -bootstrap.kotlin.default.version=1.7.21 +bootstrap.kotlin.default.version=1.7.21-release-254 kotlin.build.publishing.attempts=20 #signingRequired=true