From 0ff2d015ab61b0d15773fbd92eea4ba7e56b39e9 Mon Sep 17 00:00:00 2001 From: Stanislav Erokhin Date: Mon, 25 Aug 2025 11:57:36 +0200 Subject: [PATCH] [kotlin] Add bootstrap repo to the intellij build This way, it is possible to test the build of the intellij repository against the bootstrap build. Bootstrap builds are released from master ~every two weeks. In compiler plugin gradle build files, the `if "dev" in KOTLIN_VERSION` was used, because this is mostly for testing, and bootstrap repo contains only dev versions GitOrigin-RevId: ada056fd627312b69ad7dca79a9488073204081a --- .idea/jarRepositories.xml | 5 +++++ fleet/compiler-plugins/expects/build.gradle.kts | 1 + fleet/compiler-plugins/expects/settings.gradle.kts | 2 ++ fleet/compiler-plugins/noria/build.gradle.kts | 1 + fleet/compiler-plugins/noria/settings.gradle.kts | 2 ++ fleet/compiler-plugins/rhizomedb/build.gradle.kts | 1 + fleet/compiler-plugins/rhizomedb/settings.gradle.kts | 2 ++ fleet/compiler-plugins/rpc/build.gradle.kts | 1 + fleet/compiler-plugins/rpc/settings.gradle.kts | 2 ++ 9 files changed, 17 insertions(+) diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index e84e69db1cc2..918418ae9017 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -51,5 +51,10 @@