From 2175c428f10b57edfc84474b7737638a164ff1a8 Mon Sep 17 00:00:00 2001 From: kigawa Date: Mon, 25 Aug 2025 02:33:26 +0900 Subject: [PATCH] Refactor build scripts to move Maven publishing configurations and signing setup to `gradle-plugin` module --- gradle-plugin/build.gradle.kts | 3 --- 1 file changed, 3 deletions(-) diff --git a/gradle-plugin/build.gradle.kts b/gradle-plugin/build.gradle.kts index 6d212ff..131fb41 100644 --- a/gradle-plugin/build.gradle.kts +++ b/gradle-plugin/build.gradle.kts @@ -8,9 +8,6 @@ plugins { id("com.vanniktech.maven.publish") version "0.29.0" } -group = "net.kigawa" -version = "1.3.0" - repositories { gradlePluginPortal() mavenCentral()