-
-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Jetbrains 2024.3 (243.21565.193) (#3651)
* Support Jetbrains 2024.3 (243.12818.47) * Use 2024.3 * Bump intellij platform to 2.1.0, kotlin to 1.9.25 * tweak kotlin versions * bump pluginSinceBuild to 243
- Loading branch information
1 parent
b698fda
commit 51645e4
Showing
3 changed files
with
19 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,19 +6,19 @@ pluginVersion=19.0.1 | |
vendorName=Elle Imhoff | ||
vendorEmail=[email protected] | ||
# https://youtrack.jetbrains.com/articles/IDEA-A-2100661899/IntelliJ-IDEA-2024.1-241.14494.240-build-Release-Notes | ||
pluginSinceBuild=242.20224.300 | ||
pluginUntilBuild=242.* | ||
pluginSinceBuild=243.21565.193 | ||
pluginUntilBuild=243.* | ||
|
||
# Set this to open | ||
runIdeWorkingDirectory= | ||
|
||
# Define versions for running the IDEs, as each IDE can release at different release versions. | ||
platformVersionIntellijIdeaCommunity=2024.2.0.1 | ||
platformVersionIntellijIdeaUltimate=2024.2.0.1 | ||
platformVersionRubyMine=2024.2 | ||
platformVersionPyCharmCommunity=2024.2 | ||
platformVersionPyCharmProfessional=2024.2 | ||
platformVersionWebStorm=2024.2 | ||
platformVersionIntellijIdeaCommunity=2024.3 | ||
platformVersionIntellijIdeaUltimate=2024.3 | ||
platformVersionRubyMine=2024.3 | ||
platformVersionPyCharmCommunity=2024.3 | ||
platformVersionPyCharmProfessional=2024.3 | ||
platformVersionWebStorm=2024.3 | ||
|
||
# Comma-separated list of platforms to include | ||
platformsList=IntellijIdeaCommunity,IntellijIdeaUltimate,RubyMine,PyCharmCommunity,PyCharmProfessional,WebStorm | ||
|
@@ -33,7 +33,7 @@ elixirVersion=1.13.4 | |
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension | ||
# Target IntelliJ Community by default | ||
platformType=IC | ||
platformVersion=2024.2.0.1 | ||
platformVersion=2024.3 | ||
|
||
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html | ||
# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP | ||
|
@@ -44,7 +44,7 @@ platformBundledPlugins=org.intellij.plugins.markdown,com.intellij.java | |
# Gradle Releases -> https://github.com/gradle/gradle/releases | ||
# 8.5 is set because newer versions have weird run time caching issues, even with caching turned off. | ||
# See https://github.com/gradle/gradle/issues/28974 | ||
gradleVersion=8.5 | ||
gradleVersion=8.10.1 | ||
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib | ||
kotlin.stdlib.default.dependency=false | ||
publishChannels=canary | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters