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(maven): replace internal MavenGeneralSettings.getLocalRepository() API (#255)
Use MavenProjectsManager.getRepositoryPath() which is public in both
IntelliJ 2025.1 and 2025.2, instead of the internal getLocalRepository()
method that was marked @ApiStatus.Internal in IC-252.
Implements TC-4168
Assisted-by: Claude Code
0 commit comments