-
-
Notifications
You must be signed in to change notification settings - Fork 156
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.12818.47)
- Loading branch information
1 parent
b698fda
commit 9818e56
Showing
3 changed files
with
7 additions
and
6 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 |
---|---|---|
|
@@ -7,14 +7,15 @@ 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.* | ||
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 | ||
platformVersionIntellijIdeaCommunity=243.12818.47 | ||
platformVersionIntellijIdeaUltimate=243.12818.47 | ||
platformVersionRubyMine=2024.2 | ||
platformVersionPyCharmCommunity=2024.2 | ||
platformVersionPyCharmProfessional=2024.2 | ||
|
@@ -33,7 +34,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=243.12818.47 | ||
|
||
# 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 +45,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