@@ -330,11 +330,7 @@ dependencies {
330
330
pluginModule(implementation(project(" sql" )))
331
331
pluginModule(implementation(project(" sql:sql-jvm" )))
332
332
pluginModule(implementation(project(" github" )))
333
- // Temporary workaround to make it work with 2025.1.
334
- // Will be fixed automatically after migration to IJPGP 2.4
335
- if (! isAtLeast251) {
336
- pluginModule(implementation(project(" remote-env" )))
337
- }
333
+ pluginModule(implementation(project(" remote-env" )))
338
334
pluginModule(implementation(project(" features:command-line" )))
339
335
pluginModule(implementation(project(" features:ai-error-explanation" )))
340
336
pluginModule(implementation(project(" features:ai-hints-core" )))
@@ -599,22 +595,18 @@ project("jvm-core") {
599
595
}
600
596
}
601
597
602
- // Temporary workaround to make it work with 2025.1.
603
- // Will be fixed automatically after migration to IJPGP 2.4
604
- if (! isAtLeast251) {
605
- project(" remote-env" ) {
606
- dependencies {
607
- intellijPlatform {
608
- val ideVersion = if (isStudioIDE || isRiderIDE) ideaVersion else baseVersion
609
- intellijIde(ideVersion)
598
+ project(" remote-env" ) {
599
+ dependencies {
600
+ intellijPlatform {
601
+ val ideVersion = if (isStudioIDE || isRiderIDE) ideaVersion else baseVersion
602
+ intellijIde(ideVersion)
610
603
611
- intellijPlugins(codeWithMePlugin)
612
- }
604
+ intellijPlugins(codeWithMePlugin)
605
+ }
613
606
614
- implementation(project(" :intellij-plugin:educational-core" ))
607
+ implementation(project(" :intellij-plugin:educational-core" ))
615
608
616
- testImplementation(project(" :intellij-plugin:educational-core" , " testOutput" ))
617
- }
609
+ testImplementation(project(" :intellij-plugin:educational-core" , " testOutput" ))
618
610
}
619
611
}
620
612
@@ -1190,10 +1182,6 @@ fun manifestFile(project: Project): File? {
1190
1182
}
1191
1183
" :intellij-plugin:educational-core" , " :intellij-plugin:code-insight" ,
1192
1184
" :intellij-plugin:Edu-Python:Idea" , " :intellij-plugin:Edu-Python:PyCharm" -> return manifestFile(project.parent!! )
1193
- " :intellij-plugin:remote-env" -> {
1194
- // TODO: drop it after inlining `platform-plugin.xml`
1195
- filePath = " remote-env.xml"
1196
- }
1197
1185
// Localization module is not supposed to have a plugin manifest.
1198
1186
// Since it also is not supposed to have any code, only resources, no need to verify anything for it
1199
1187
" :intellij-plugin:localization" -> return null
0 commit comments