and change the default in the build file from IC-2...
# kotest-contributors
s
and change the default in the build file from IC-213 to IC-211 if its still 213
e
this?
Copy code
plugin.PluginDescriptor(
      since = "211.6693.111", // this version is 2021.1
      until = "213.*",
      sdkVersion = "IC-2021.1",
      sourceFolder = "IC-211",
      deps = listOf("java", "org.jetbrains.plugins.gradle", "org.jetbrains.kotlin:211-1.4.21-release-IJ6693.10")
   )
s
Copy code
val productName = System.getenv("PRODUCT_NAME") ?: System.getenv("SOURCE_FOLDER") ?: "IC-211"
looks like its already 211
👍 1