mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[build] IJPL-232588 update kotlin compiler plugins to 2.3.20-RC2
(cherry picked from commit d7a7e1702d59d991d71659b746a9849b3e282647) IJ-MR-194445 GitOrigin-RevId: 1fd249b93828332dd7a3538bf2a9081f6dc3bcf8
This commit is contained in:
committed by
intellij-monorepo-bot
parent
05b8bdbbb1
commit
37e2ecab69
@@ -18,7 +18,7 @@ val pluginVersion = run {
|
||||
}
|
||||
|
||||
// the compiler plugin will be used together with this Kotlin compiler
|
||||
val KOTLIN_VERSION = "2.3.10-RC"
|
||||
val KOTLIN_VERSION = "2.3.20-RC2"
|
||||
|
||||
// the compiler plugin will be built with these Kotlin LV/APIV
|
||||
val KOTLIN_LANGUAGE_VERSION = "2.3"
|
||||
@@ -29,6 +29,7 @@ version = pluginVersion
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/dev/")
|
||||
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
|
||||
mavenLocal()
|
||||
|
||||
@@ -2,7 +2,7 @@ rootProject.name = "expects-compiler-plugin"
|
||||
|
||||
pluginManagement {
|
||||
// the compiler plugin will be built by this Kotlin compiler
|
||||
val KOTLIN_VERSION = "2.3.10-RC"
|
||||
val KOTLIN_VERSION = "2.3.20-RC2"
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version KOTLIN_VERSION
|
||||
@@ -20,6 +20,7 @@ pluginManagement {
|
||||
}
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/dev/")
|
||||
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
|
||||
mavenLocal()
|
||||
|
||||
+2
-2
@@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinCompilerPluginSupportPlugin
|
||||
import org.jetbrains.kotlin.gradle.plugin.SubpluginArtifact
|
||||
import org.jetbrains.kotlin.gradle.plugin.SubpluginOption
|
||||
|
||||
private const val VERSION = "2.3.10-RC-0.1"
|
||||
private const val VERSION = "2.3.20-RC2-0.1"
|
||||
|
||||
class ExpectsGradlePlugin : KotlinCompilerPluginSupportPlugin {
|
||||
override fun isApplicable(kotlinCompilation: KotlinCompilation<*>): Boolean = true
|
||||
@@ -25,4 +25,4 @@ class ExpectsGradlePlugin : KotlinCompilerPluginSupportPlugin {
|
||||
val project = kotlinCompilation.target.project
|
||||
return project.provider { listOf() }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ val pluginVersion = run {
|
||||
}
|
||||
|
||||
// the compiler plugin will be used together with this Kotlin compiler
|
||||
val KOTLIN_VERSION = "2.3.10-RC"
|
||||
val KOTLIN_VERSION = "2.3.20-RC2"
|
||||
|
||||
// the compiler plugin will be built with these Kotlin LV/APIV
|
||||
val KOTLIN_LANGUAGE_VERSION = "2.3"
|
||||
@@ -30,6 +30,7 @@ version = pluginVersion
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven("https://cache-redirector.jetbrains.com/intellij-dependencies")
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/dev/")
|
||||
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
|
||||
mavenLocal()
|
||||
@@ -88,4 +89,4 @@ publishing {
|
||||
}
|
||||
|
||||
fun prop(name: String): String? =
|
||||
extra.properties[name] as? String
|
||||
extra.properties[name] as? String
|
||||
|
||||
@@ -2,7 +2,7 @@ rootProject.name = "noria-compiler-plugin"
|
||||
|
||||
pluginManagement {
|
||||
// the compiler plugin will be built by this Kotlin compiler
|
||||
val KOTLIN_VERSION = "2.3.10-RC"
|
||||
val KOTLIN_VERSION = "2.3.20-RC2"
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version KOTLIN_VERSION
|
||||
@@ -20,6 +20,7 @@ pluginManagement {
|
||||
}
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/dev/")
|
||||
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
|
||||
mavenLocal()
|
||||
|
||||
+2
-2
@@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinCompilerPluginSupportPlugin
|
||||
import org.jetbrains.kotlin.gradle.plugin.SubpluginArtifact
|
||||
import org.jetbrains.kotlin.gradle.plugin.SubpluginOption
|
||||
|
||||
private const val VERSION = "2.3.10-RC-0.1"
|
||||
private const val VERSION = "2.3.20-RC2-0.1"
|
||||
|
||||
class NoriaGradlePlugin : KotlinCompilerPluginSupportPlugin {
|
||||
override fun isApplicable(kotlinCompilation: KotlinCompilation<*>): Boolean = true
|
||||
@@ -22,4 +22,4 @@ class NoriaGradlePlugin : KotlinCompilerPluginSupportPlugin {
|
||||
override fun applyToCompilation(kotlinCompilation: KotlinCompilation<*>): Provider<List<SubpluginOption>> {
|
||||
return kotlinCompilation.target.project.provider { emptyList() }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ val pluginVersion = run {
|
||||
}
|
||||
|
||||
// the compiler plugin will be used together with this Kotlin compiler
|
||||
val KOTLIN_VERSION = "2.3.10-RC"
|
||||
val KOTLIN_VERSION = "2.3.20-RC2"
|
||||
|
||||
// the compiler plugin will be built with these Kotlin LV/APIV
|
||||
val KOTLIN_LANGUAGE_VERSION = "2.3"
|
||||
@@ -29,6 +29,7 @@ version = pluginVersion
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/dev/")
|
||||
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
|
||||
mavenLocal()
|
||||
|
||||
@@ -2,7 +2,7 @@ rootProject.name = "rhizomedb-compiler-plugin"
|
||||
|
||||
pluginManagement {
|
||||
// the compiler plugin will be built by this Kotlin compiler
|
||||
val KOTLIN_VERSION = "2.3.10-RC"
|
||||
val KOTLIN_VERSION = "2.3.20-RC2"
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version KOTLIN_VERSION
|
||||
@@ -20,6 +20,7 @@ pluginManagement {
|
||||
}
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/dev/")
|
||||
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
|
||||
mavenLocal()
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinCompilerPluginSupportPlugin
|
||||
import org.jetbrains.kotlin.gradle.plugin.SubpluginArtifact
|
||||
import org.jetbrains.kotlin.gradle.plugin.SubpluginOption
|
||||
|
||||
private const val VERSION = "2.3.10-RC-0.1"
|
||||
private const val VERSION = "2.3.20-RC2-0.1"
|
||||
|
||||
class RhizomeGradlePlugin : KotlinCompilerPluginSupportPlugin {
|
||||
override fun isApplicable(kotlinCompilation: KotlinCompilation<*>): Boolean = true
|
||||
|
||||
@@ -18,7 +18,7 @@ val pluginVersion = run {
|
||||
}
|
||||
|
||||
// the compiler plugin will be used together with this Kotlin compiler
|
||||
val KOTLIN_VERSION = "2.3.10-RC"
|
||||
val KOTLIN_VERSION = "2.3.20-RC2"
|
||||
|
||||
// the compiler plugin will be built with these Kotlin LV/APIV
|
||||
val KOTLIN_LANGUAGE_VERSION = "2.3"
|
||||
@@ -29,6 +29,7 @@ version = pluginVersion
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/dev/")
|
||||
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
|
||||
mavenLocal()
|
||||
|
||||
@@ -2,7 +2,7 @@ rootProject.name = "rpc-compiler-plugin"
|
||||
|
||||
pluginManagement {
|
||||
// the compiler plugin will be built by this Kotlin compiler
|
||||
val KOTLIN_VERSION = "2.3.10-RC"
|
||||
val KOTLIN_VERSION = "2.3.20-RC2"
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version KOTLIN_VERSION
|
||||
@@ -20,6 +20,7 @@ pluginManagement {
|
||||
}
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/dev/")
|
||||
if ("SNAPSHOT" in KOTLIN_VERSION || "dev" in KOTLIN_VERSION) {
|
||||
maven("https://packages.jetbrains.team/maven/p/kt/bootstrap")
|
||||
mavenLocal()
|
||||
|
||||
+2
-2
@@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinCompilerPluginSupportPlugin
|
||||
import org.jetbrains.kotlin.gradle.plugin.SubpluginArtifact
|
||||
import org.jetbrains.kotlin.gradle.plugin.SubpluginOption
|
||||
|
||||
private const val VERSION = "2.3.10-RC-0.1"
|
||||
private const val VERSION = "2.3.20-RC2-0.1"
|
||||
|
||||
class RpcGradlePlugin : KotlinCompilerPluginSupportPlugin {
|
||||
override fun isApplicable(kotlinCompilation: KotlinCompilation<*>): Boolean = true
|
||||
@@ -22,4 +22,4 @@ class RpcGradlePlugin : KotlinCompilerPluginSupportPlugin {
|
||||
override fun applyToCompilation(kotlinCompilation: KotlinCompilation<*>): Provider<List<SubpluginOption>> {
|
||||
return kotlinCompilation.target.project.provider { emptyList() }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user