Files
zkpaiminmin 7274964c17 chore: rename plugin ID to idea-claude-code-gui and bump version to 0.3.1
- Rename plugin ID from jetbrains-claude-code-gui to idea-claude-code-gui
- Update group, rootProject.name in build.gradle and settings.gradle
- Update fallback plugin ID in PlatformUtils.java
- Update plugin.xml <id> accordingly
- Bump version from 0.3-fix to 0.3.1
- Sync CHANGELOG.md and changelog.ts to reflect correct plugin name
2026-03-23 20:25:28 +08:00

10 lines
142 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
mavenCentral()
}
}
rootProject.name = 'idea-claude-code-gui'