File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -142,12 +142,10 @@ object IdeVersions {
142142 Profile (
143143 name = " 2024.3" ,
144144 gateway = ProductProfile (
145- sdkFlavor = IdeFlavor .GW ,
146145 sdkVersion = " 243.19420-EAP-CANDIDATE-SNAPSHOT" ,
147146 bundledPlugins = listOf (" org.jetbrains.plugins.terminal" )
148147 ),
149148 community = ProductProfile (
150- sdkFlavor = IdeFlavor .IC ,
151149 sdkVersion = " 243.19420-EAP-CANDIDATE-SNAPSHOT" ,
152150 bundledPlugins = commonPlugins + listOf (
153151 " com.intellij.java" ,
@@ -161,7 +159,6 @@ object IdeVersions {
161159 )
162160 ),
163161 ultimate = ProductProfile (
164- sdkFlavor = IdeFlavor .IU ,
165162 sdkVersion = " 243.19420-EAP-CANDIDATE-SNAPSHOT" ,
166163 bundledPlugins = commonPlugins + listOf (
167164 " JavaScript" ,
You can’t perform that action at this time.
0 commit comments