Skip to content

Commit b56ba76

Browse files
Patch plugin.xml to declare nightly builds compatible with IDEA 231.* (#2089)
Add possibility to install plugin on IDE 231.* #2082 +typo fix in comments
1 parent e635539 commit b56ba76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jsIde=IU,PY,WS
1212
jsBuild=ALL
1313
goIde=IU
1414

15-
# In order to run Android Studion instead of Intellij Community, specify the path to your Android Studio installation
15+
# In order to run Android Studio instead of IntelliJ Community, specify the path to your Android Studio installation
1616
#androidStudioPath=your_path_to_android_studio
1717

1818
# Version numbers: https://plugins.jetbrains.com/plugin/7322-python-community-edition/versions

utbot-intellij/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ tasks {
9898

9999
patchPluginXml {
100100
sinceBuild.set("223")
101-
untilBuild.set("223.*")
101+
untilBuild.set("231.*")
102102
version.set(semVer)
103103
}
104104

0 commit comments

Comments
 (0)