mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[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
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0dab7529c5
commit
0ff2d015ab
Generated
+5
@@ -51,5 +51,10 @@
|
||||
<option name="name" value="amper-jetbrains-team-public" />
|
||||
<option name="url" value="https://cache-redirector.jetbrains.com/packages.jetbrains.team/maven/p/amper/amper" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="f0c20409-60ba-4339-b0a8-73b570911f33" />
|
||||
<option name="name" value="f0c20409-60ba-4339-b0a8-73b570911f33" />
|
||||
<option name="url" value="https://packages.jetbrains.team/maven/p/kt/bootstrap" />
|
||||
</remote-repository>
|
||||
</component>
|
||||
</project>
|
||||
@@ -30,6 +30,7 @@ version = pluginVersion
|
||||
repositories {
|
||||
mavenCentral()
|
||||
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,6 +12,7 @@ pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
@@ -20,6 +21,7 @@ pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,6 +30,7 @@ version = pluginVersion
|
||||
repositories {
|
||||
mavenCentral()
|
||||
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,6 +12,7 @@ pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
@@ -20,6 +21,7 @@ pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,6 +30,7 @@ version = pluginVersion
|
||||
repositories {
|
||||
mavenCentral()
|
||||
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,6 +12,7 @@ pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
@@ -20,6 +21,7 @@ pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,6 +30,7 @@ version = pluginVersion
|
||||
repositories {
|
||||
mavenCentral()
|
||||
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,6 +12,7 @@ pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
@@ -20,6 +21,7 @@ pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user