Skip to content

Commit 02ab5ee

Browse files
committed
Change all community builds from IC to IU for 2025.3
- Update all jetbrains-community modules to use IdeFlavor.IU - IC (Community Edition) was discontinued in 2025.3, use IU (Ultimate) as unified platform - Fixes 'No IntelliJ Platform dependency found with IC-2025.3' error
1 parent 4d9f048 commit 02ab5ee

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

plugins/amazonq/chat/jetbrains-community/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
intellijToolkit {
11-
ideFlavor.set(IdeFlavor.IC)
11+
ideFlavor.set(IdeFlavor.IU)
1212
}
1313

1414
dependencies {

plugins/amazonq/codetransform/jetbrains-community/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
intellijToolkit {
11-
ideFlavor.set(IdeFlavor.IC)
11+
ideFlavor.set(IdeFlavor.IU)
1212
}
1313

1414
dependencies {

plugins/amazonq/codewhisperer/jetbrains-community/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
intellijToolkit {
11-
ideFlavor.set(IdeFlavor.IC)
11+
ideFlavor.set(IdeFlavor.IU)
1212
}
1313

1414
dependencies {

plugins/amazonq/shared/jetbrains-community/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
intellijToolkit {
12-
ideFlavor.set(IdeFlavor.IC)
12+
ideFlavor.set(IdeFlavor.IU)
1313
}
1414

1515
dependencies {

plugins/toolkit/jetbrains-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ plugins {
2828
}
2929

3030
intellijToolkit {
31-
ideFlavor.set(IdeFlavor.IC)
31+
ideFlavor.set(IdeFlavor.IU)
3232
}
3333

3434
dependencies {

0 commit comments

Comments
 (0)