Skip to content

Commit

Permalink
Target IJ 2022.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-vinted committed Jul 3, 2023
1 parent 98d3de6 commit 7ef91b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ pluginUntilBuild = 232.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IU
platformVersion = 2023.1
platformVersion = 2022.3

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
platformPlugins = org.jetbrains.plugins.ruby:231.8109.2
platformPlugins = org.jetbrains.plugins.ruby:223.7571.4

# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 8.1.1
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations = "24.0.1"
dokka = "1.8.10"
kotlin = "1.8.21"
changelog = "2.1.0"
gradleIntelliJPlugin = "1.14.1"
gradleIntelliJPlugin = "1.14.2"
qodana = "0.1.13"
kover = "0.7.1"

Expand Down

0 comments on commit 7ef91b0

Please sign in to comment.