diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-01-05 23:07:10 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-01-05 23:07:10 +0900 |
| commit | 2a289cb0527057b098507a3484dcc9ec37af1528 (patch) | |
| tree | bdc51861afbf43e73152d70f0008bac67696982d /.idea | |
| parent | 4fe9e26641990f0696ee1841b8e8577ed1eefe55 (diff) | |
| download | LunaticChat-2a289cb0527057b098507a3484dcc9ec37af1528.tar.gz LunaticChat-2a289cb0527057b098507a3484dcc9ec37af1528.tar.bz2 LunaticChat-2a289cb0527057b098507a3484dcc9ec37af1528.zip | |
refactor: migrate to multi-project structure
マルチプロジェクト構造に移行し,Paper と Velocity の両方をサポートできるようにしました.
- engine: 共通ロジック(データモデル,JSON シリアライゼーション)
- platform-paper: Paper プラグイン実装
- platform-velocity: Velocity プラグイン実装(将来用)
主な変更:
- settings.gradle.kts: サブプロジェクト定義を追加
- build.gradle.kts: マルチプロジェクト用に再構成
- 既存コードを platform-paper に移動
- CI/CD ワークフローを更新
- Docker 設定を更新
- IntelliJ Run Configurations を更新
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/runConfigurations/LunaticChat__dokkaGenerate_.xml | 2 | ||||
| -rw-r--r-- | .idea/runConfigurations/LunaticChat__shadowJar_.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.idea/runConfigurations/LunaticChat__dokkaGenerate_.xml b/.idea/runConfigurations/LunaticChat__dokkaGenerate_.xml index dc948ed..e9b8112 100644 --- a/.idea/runConfigurations/LunaticChat__dokkaGenerate_.xml +++ b/.idea/runConfigurations/LunaticChat__dokkaGenerate_.xml @@ -10,7 +10,7 @@ </option> <option name="taskNames"> <list> - <option value="dokkaGenerate" /> + <option value=":platform-paper:dokkaGenerate" /> </list> </option> <option name="vmOptions" /> diff --git a/.idea/runConfigurations/LunaticChat__shadowJar_.xml b/.idea/runConfigurations/LunaticChat__shadowJar_.xml index ed944a6..c33890e 100644 --- a/.idea/runConfigurations/LunaticChat__shadowJar_.xml +++ b/.idea/runConfigurations/LunaticChat__shadowJar_.xml @@ -10,7 +10,7 @@ </option> <option name="taskNames"> <list> - <option value="shadowJar" /> + <option value=":platform-paper:shadowJar" /> </list> </option> <option name="vmOptions" /> |
