Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(251): bump build target to beta #5372

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
ij beta / rider eap5
  • Loading branch information
rli committed Mar 6, 2025
commit a0f4f8ba4f9119604e8342035034d4592dc4a0fb
Original file line number Diff line number Diff line change
@@ -183,42 +183,40 @@ object IdeVersions {
Profile(
name = "2025.1",
gateway = ProductProfile(
sdkVersion = "251.23536-EAP-CANDIDATE-SNAPSHOT",
sdkVersion = "251.23774-EAP-CANDIDATE-SNAPSHOT",
bundledPlugins = listOf("org.jetbrains.plugins.terminal")
),
community = ProductProfile(
sdkVersion = "251.23536-EAP-CANDIDATE-SNAPSHOT",
sdkVersion = "251.23774-EAP-CANDIDATE-SNAPSHOT",
bundledPlugins = commonPlugins + listOf(
"com.intellij.java",
"com.intellij.gradle",
"org.jetbrains.idea.maven",
),
marketplacePlugins = listOf(
"org.toml.lang:251.23536.46",
"PythonCore:251.23536.34",
"Docker:251.23536.38"
"PythonCore:251.23774.16",
"Docker:251.23774.16"
)
),
ultimate = ProductProfile(
sdkVersion = "251.23536-EAP-CANDIDATE-SNAPSHOT",
sdkVersion = "251.23774-EAP-CANDIDATE-SNAPSHOT",
bundledPlugins = commonPlugins + listOf(
"JavaScript",
"JavaScriptDebugger",
"com.intellij.database",
"com.jetbrains.codeWithMe",
),
marketplacePlugins = listOf(
"org.toml.lang:251.23536.46",
"Pythonid:251.23536.34",
"org.jetbrains.plugins.go:251.23536.34",
"Pythonid:251.23774.16",
"org.jetbrains.plugins.go:251.23774.16",
)
),
rider = RiderProfile(
sdkVersion = "2025.1-EAP6-SNAPSHOT",
sdkVersion = "2025.1-EAP5-SNAPSHOT",
bundledPlugins = commonPlugins,
netFrameworkTarget = "net472",
rdGenVersion = "2025.1.1",
nugetVersion = " 2025.1.0-eap06"
nugetVersion = " 2025.1.0-eap05"
)
),
).associateBy { it.name }
Loading