From bda8ed80800765eb5d6896d98ee9ac7343418ac0 Mon Sep 17 00:00:00 2001 From: skidus Date: Tue, 23 Sep 2025 23:12:26 +0700 Subject: [PATCH] fix: Re-commit build.gradle.kts after changeNotes update --- build.gradle.kts | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 212a1a5..18c4c43 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -49,9 +49,6 @@ intellijPlatform { * **Project Structure Refactoring:** The project structure has been reorganized. Generator-related classes were moved to a new package (`com.sdk.generators.actionmodels`), and template directory names were standardized to `src/main/resources/templates`. * **Build System Updates:** Updated `build.gradle.kts`, `plugin.xml`, and Gradle wrapper files to reflect the structural and functional enhancements. - ### Documentation - - * **GEMINI.md Added:** A comprehensive `GEMINI.md` file has been added to provide an overview of the project, its core technologies, build instructions, and development conventions, serving as essential context for future interactions. """.trimIndent() } }