File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -131,27 +131,27 @@ object IdeVersions {
131
131
name = " 2022.2" ,
132
132
community = ProductProfile (
133
133
sdkFlavor = IdeFlavor .IC ,
134
- sdkVersion = " 222.3345-EAP-CANDIDATE-SNAPSHOT " ,
134
+ sdkVersion = " 2022.2 " ,
135
135
plugins = commonPlugins + listOf (
136
136
" java" ,
137
137
" com.intellij.gradle" ,
138
138
" org.jetbrains.idea.maven" ,
139
- " PythonCore:222.3345.16 " ,
140
- " Docker:222.3345.16 "
139
+ " PythonCore:222.3345.118 " ,
140
+ " Docker:222.3345.118 "
141
141
)
142
142
),
143
143
ultimate = ProductProfile (
144
144
sdkFlavor = IdeFlavor .IU ,
145
- sdkVersion = " 222.3345-EAP-CANDIDATE-SNAPSHOT " ,
145
+ sdkVersion = " 2022.2 " ,
146
146
plugins = commonPlugins + listOf (
147
147
" JavaScript" ,
148
148
// Transitive dependency needed for javascript
149
149
// Can remove when https://github.com/JetBrains/gradle-intellij-plugin/issues/608 is fixed
150
150
" com.intellij.css" ,
151
151
" JavaScriptDebugger" ,
152
152
" com.intellij.database" ,
153
- " Pythonid:222.3345.16 " ,
154
- " org.jetbrains.plugins.go:222.3345.16 " ,
153
+ " Pythonid:222.3345.118 " ,
154
+ " org.jetbrains.plugins.go:222.3345.118 " ,
155
155
// https://github.com/JetBrains/gradle-intellij-plugin/issues/1056
156
156
" org.intellij.intelliLang"
157
157
)
You can’t perform that action at this time.
0 commit comments