mirror of
https://github.com/zhukunpenglinyutong/jetbrains-cc-gui.git
synced 2026-08-28 16:31:27 +08:00
7274964c17
- 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
10 lines
142 B
Groovy
10 lines
142 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'idea-claude-code-gui'
|