mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
[imltogradle] Support attaching 211 IDEA
This commit is contained in:
@@ -41,6 +41,7 @@ private val intellijModulesForWhichGenerateBuildGradle = listOf(
|
||||
val jsonUrlPrefixes = mapOf(
|
||||
"202" to "https://buildserver.labs.intellij.net/guestAuth/repository/download/ijplatform_IjPlatform202_IntellijArtifactMappings/113235432:id",
|
||||
"203" to "https://buildserver.labs.intellij.net/guestAuth/repository/download/ijplatform_IjPlatform203_IntellijArtifactMappings/117989041:id",
|
||||
"211" to "https://buildserver.labs.intellij.net/guestAuth/repository/download/ijplatform_IjPlatform211_IntellijArtifactMappings/121258191:id",
|
||||
)
|
||||
|
||||
fun main() {
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
versions.intellijSdk=202.7660.26
|
||||
versions.intellijSdk.forIde.202=202.7660.26
|
||||
versions.intellijSdk.forIde.203=203.6682.168
|
||||
versions.intellijSdk.forIde.211=211.6693.111
|
||||
versions.idea.NodeJS=193.6494.7
|
||||
versions.jar.asm-all=8.0.1
|
||||
versions.jar.guava=29.0-jre
|
||||
|
||||
Reference in New Issue
Block a user