From 69120c0614d23eeeee93f4f45759eee818a79d91 Mon Sep 17 00:00:00 2001 From: Sergey Rostov Date: Thu, 18 Apr 2019 10:35:33 +0300 Subject: [PATCH] JPS build: note about updating artifacts configuration when updating bootstrap version --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 8c782198259..65a6743faf1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,6 +9,7 @@ import org.gradle.kotlin.dsl.* buildscript { extra["defaultSnapshotVersion"] = "1.3-SNAPSHOT" + // when updating please also update JPS artifacts configuration: https://jetbrains.quip.com/zzGUAYSJ6gv3/JPS-Build-update-bootstrap kotlinBootstrapFrom(BootstrapOption.TeamCity("1.3.40-dev-431", onlySuccessBootstrap = false)) repositories.withRedirector(project) {