We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce6e12 commit a4cb916Copy full SHA for a4cb916
build.gradle
@@ -54,7 +54,7 @@ intellij {
54
55
56
listProductsReleases {
57
- sinceBuild = "231.*"
+ sinceBuild = "223.*"
58
}
59
60
// JAVA compatibility
src/main/resources/META-INF/plugin.xml
@@ -19,7 +19,7 @@
19
</change-notes>
20
21
<!-- https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html -->
22
- <idea-version since-build="231"/>
+ <idea-version since-build="223"/>
23
24
<!-- Other product support activated in plugin page during upload at https://plugins.jetbrains.com -->
25
<depends optional="true" config-file="plugin-java.xml">com.intellij.modules.java</depends>
0 commit comments