Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "removal",
"description" : "Removed support for 2024.2.x IDEs and Gateway 2025.1"
}
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
build_target: [ ':plugin-core:buildPlugin', ':plugin-toolkit:intellij-standalone:buildPlugin', ':plugin-amazonq:buildPlugin' ]
version: [ '2024.2', '2024.3', '2025.1', '2025.2' ]
version: [ '2024.3', '2025.1', '2025.2' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
25 changes: 0 additions & 25 deletions .run/Run AWS Toolkit - Community [2024.2].run.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .run/Run AWS Toolkit - Gateway [2025.1].run.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .run/Run AWS Toolkit - Rider [2024.2].run.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .run/Run AWS Toolkit - Ultimate [2024.2].run.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .run/Run All - Community [2024.2].run.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .run/Run All - Rider [2024.2].run.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .run/Run All - Ultimate [2024.2].run.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .run/Run Amazon Q - Community [2024.2].run.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .run/Run Amazon Q - Rider [2024.2].run.xml

This file was deleted.

25 changes: 0 additions & 25 deletions .run/Run Amazon Q - Ultimate [2024.2].run.xml

This file was deleted.

2 changes: 1 addition & 1 deletion .run/generateConfigs.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def write_config(mv: str, ide: IdeVariant, plugin: PluginVariant):
f.write(TEMPLATE.format(plugin = plugin, variant = ide, major_version = mv))

if __name__ == '__main__':
mvs = ["2024.2", "2024.3", "2025.1", "2025.2"]
mvs = ["2024.3", "2025.1", "2025.2"]
ides = [
IdeVariant("Community", "IC"),
IdeVariant("Rider", "RD"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ fun Project.jvmTarget(): Provider<JavaVersion> = withCurrentProfileName {
// https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#stdlib-miscellaneous
fun Project.kotlinTarget(): Provider<String> = withCurrentProfileName {
when (it) {
"2024.2" -> KotlinVersionEnum.KOTLIN_1_9
"2024.3" -> KotlinVersionEnum.KOTLIN_2_0
"2025.1", "2025.2" -> KotlinVersionEnum.KOTLIN_2_1
else -> error("not set")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,44 +26,6 @@ object IdeVersions {
)

private val ideProfiles = listOf(
Profile(
name = "2024.2",
community = ProductProfile(
sdkVersion = "2024.2",
bundledPlugins = commonPlugins + listOf(
"com.intellij.java",
"com.intellij.gradle",
"org.jetbrains.idea.maven",
"com.jetbrains.codeWithMe",
),
marketplacePlugins = listOf(
"org.toml.lang:242.20224.155",
"PythonCore:242.20224.300",
"Docker:242.20224.237"
)
),
ultimate = ProductProfile(
sdkVersion = "2024.2",
bundledPlugins = commonPlugins + listOf(
"JavaScript",
"JavaScriptDebugger",
"com.intellij.database",
"com.jetbrains.codeWithMe",
),
marketplacePlugins = listOf(
"org.toml.lang:242.20224.155",
"PythonCore:242.20224.300",
"org.jetbrains.plugins.go:242.20224.300",
)
),
rider = RiderProfile(
sdkVersion = "2024.2",
bundledPlugins = commonPlugins,
netFrameworkTarget = "net472",
rdGenVersion = "2024.1.1",
nugetVersion = " 2024.2.0"
)
),
Profile(
name = "2024.3",
community = ProductProfile(
Expand Down Expand Up @@ -106,10 +68,6 @@ object IdeVersions {
),
Profile(
name = "2025.1",
gateway = ProductProfile(
sdkVersion = "2025.1",
bundledPlugins = listOf("org.jetbrains.plugins.terminal")
),
community = ProductProfile(
sdkVersion = "2025.1",
bundledPlugins = commonPlugins + listOf(
Expand Down
4 changes: 0 additions & 4 deletions kotlinResolution.settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ dependencyResolutionManagement {
maybeCreate("libs").apply {
// pull value from IJ library list: https://github.com/JetBrains/intellij-community/blob/<mv>/.idea/libraries/kotlinx_coroutines_core.xml
val version = when (providers.gradleProperty("ideProfileName").getOrNull() ?: return@apply) {
"2024.2" -> {
"1.8.0-intellij-9"
}

"2024.3", "2025.1" -> {
"1.8.0-intellij-11"
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/toolkit/jetbrains-rider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dependencies {

// FIX_WHEN_MIN_IS_251: https://github.com/JetBrains/intellij-platform-gradle-plugin/issues/1774
when (providers.gradleProperty("ideProfileName").get()) {
"2024.2", "2024.3", "2025.1" -> {
"2024.3", "2025.1" -> {
bundledModule("intellij.rider")
}
}
Expand Down
8 changes: 1 addition & 7 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,6 @@ include("detekt-rules")
include("ui-tests")
include("sandbox-all")
include("ui-tests-starter")
when (providers.gradleProperty("ideProfileName").get()) {
// FIX_WHEN_MIN_IS_243
"2024.2" -> {
project(":ui-tests-starter").projectDir = file("noop")
}
}

/*
plugins/
Expand Down Expand Up @@ -176,7 +170,7 @@ file("plugins").listFiles()?.forEach root@ {
if (it.name == "jetbrains-gateway") {
when (providers.gradleProperty("ideProfileName").get()) {
// buildSrc is evaluated after settings so we can't key off of IdeVersions.kt
"2024.2", "2024.3" -> {
"2024.3", "2025.1" -> {
return@forEach
}
}
Expand Down
Loading