eclipse-che / che

Kubernetes based Cloud Development Environments for Enterprise Teams
http://eclipse.org/che
Eclipse Public License 2.0
6.96k stars 1.19k forks source link

Migrate Gateway connector plugin to IntelliJ Gradle Plugin 2.0 #23102

Open azatsarynnyy opened 3 weeks ago

azatsarynnyy commented 3 weeks ago

Is your task related to a problem? Please describe

Gateway connector plugin uses IntelliJ Platform Gradle Plugin. Recently a major update was released https://github.com/JetBrains/intellij-platform-plugin-template/pull/458 It broke the Gateway plugin build as it gets some updates through the dependabot, but updating to a major update requires manual work described in https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-migration.html#plugin-name-change

Describe the solution you'd like

Migrate the Gateway plugin to IntelliJ Gradle Plugin 2.0, following the migration guide https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-migration.html

Describe alternatives you've considered

No response

Additional context

https://blog.jetbrains.com/platform/2024/07/intellij-platform-gradle-plugin-2-0/

azatsarynnyy commented 3 weeks ago

I fixed the issue preventing the plugin from being built https://github.com/redhat-developer/devspaces-gateway-plugin/commit/395ecddaee3412578100b772c020db4c7ea28f1e

image

Currently, it doesn't block and can be done in the next iteration.