[devkit] Project Wizard: Update intellij.version to 2024.1.7; Change since/until build to 241-243.* (2024.1-2024.3.*)

(cherry picked from commit 534054e22547571f41fce485789c5c5c8bc53ecb)

IJ-CR-149159

GitOrigin-RevId: 41f76a131fc39d8ff1e3ecf40863c6f80eb1538a
This commit is contained in:
Yann Cébron
2024-11-12 13:40:11 +01:00
committed by intellij-monorepo-bot
parent a1beebb22a
commit c6db2f5230
2 changed files with 4 additions and 4 deletions

View File

@@ -11,9 +11,9 @@
<kotlin.version>1.9.25</kotlin.version>
<gradle.intellij.version>1.17.4</gradle.intellij.version>
<intellij.version>2023.2.8</intellij.version>
<intellij.since.build>232</intellij.since.build>
<intellij.until.build>242.*</intellij.until.build>
<intellij.version>2024.1.7</intellij.version>
<intellij.since.build>241</intellij.since.build>
<intellij.until.build>243.*</intellij.until.build>
</properties>
<dependencyManagement>

View File

@@ -99,7 +99,7 @@ class IdePluginModuleBuilderTest : LightJavaCodeInsightFixtureTestCase4(JAVA_17)
<!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
<vendor email="support@yourcompany.com" url="https://www.yourcompany.com">YourCompany</vendor>
<idea-version since-build="232" until-build="242.*"/>
<idea-version since-build="241" until-build="243.*"/>
<!-- Description of the plugin displayed on the Plugin Page and IDE Plugin Manager.
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.