From 5e7c82ea0123c93a2cd70cb10892e6f2bfbabe09 Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Wed, 27 May 2020 13:33:52 +0300 Subject: [PATCH] Fix building dist with JDK 13 (KTI-262) Return to bootstrap version, that was abandoned because of KT-37235. It looks like build is fine now. --- buildSrc/build.gradle.kts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index a7f9fd54dd6..0ce5455f173 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -5,8 +5,7 @@ buildscript { val cacheRedirectorEnabled = findProperty("cacheRedirectorEnabled")?.toString()?.toBoolean() == true extra["defaultSnapshotVersion"] = kotlinBuildProperties.defaultSnapshotVersion - BootstrapOption.BintrayBootstrap("1.4.0-dev-1818", cacheRedirectorEnabled).applyToProject(project) -// kotlinBootstrapFrom(BootstrapOption.BintrayBootstrap(kotlinBuildProperties.kotlinBootstrapVersion!!, cacheRedirectorEnabled)) + kotlinBootstrapFrom(BootstrapOption.BintrayBootstrap(kotlinBuildProperties.kotlinBootstrapVersion!!, cacheRedirectorEnabled)) repositories { if (cacheRedirectorEnabled) {