support intellij 2022.1
This commit is contained in:
parent
79ce28a32a
commit
3b6beda273
@ -9,11 +9,11 @@ pluginVersion = 3.1.0
|
||||
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
||||
# for insight into build numbers and IntelliJ Platform versions.
|
||||
pluginSinceBuild = 203
|
||||
pluginUntilBuild = 213.*
|
||||
pluginUntilBuild = 221.*
|
||||
|
||||
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
|
||||
platformType = IU
|
||||
platformVersion = 2021.3
|
||||
platformVersion = 2022.1
|
||||
|
||||
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
|
||||
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
|
||||
@ -23,7 +23,7 @@ platformPlugins = org.jetbrains.kotlin, JavaScriptLanguage, org.jetbrains.plugin
|
||||
javaVersion = 11
|
||||
|
||||
# Gradle Releases -> https://github.com/gradle/gradle/releases
|
||||
gradleVersion = 7.3.3
|
||||
gradleVersion = 7.4
|
||||
|
||||
# Opt-out flag for bundling Kotlin standard library.
|
||||
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.
|
||||
|
Loading…
x
Reference in New Issue
Block a user