You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI failures: Make 2025.3-specific bundled modules conditional
The bundled modules intellij.platform.collaborationTools.auth.base,
intellij.gateway.station, and intellij.rd.platform only exist in
IntelliJ 2025.3, causing CI failures on older IDE versions.
This change makes these modules conditional on ideProfileName=2025.3,
allowing all IDE versions (2024.3, 2025.1, 2025.2, 2025.3) to build
successfully across all platforms (Linux, Windows, Mac).
0 commit comments