From 61b78cdcedf9b3ac9dd481aeb0e22011ca879a8a Mon Sep 17 00:00:00 2001 From: kigawa Date: Mon, 25 Aug 2025 03:12:44 +0900 Subject: [PATCH 1/2] Add Maven publishing configuration and signing setup for `renlin-kotlin-plugin` module; update artifact metadata and group details. --- kotlin-plugin/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/kotlin-plugin/build.gradle.kts b/kotlin-plugin/build.gradle.kts index 93b8bb4..9290130 100644 --- a/kotlin-plugin/build.gradle.kts +++ b/kotlin-plugin/build.gradle.kts @@ -6,7 +6,6 @@ plugins { id("com.vanniktech.maven.publish") version "0.29.0" } -group = "net.kigawa" repositories { gradlePluginPortal() mavenCentral() From 1621f03a2e428bbdd6dd764bd593019a3c229635 Mon Sep 17 00:00:00 2001 From: kigawa Date: Mon, 25 Aug 2025 03:13:47 +0900 Subject: [PATCH 2/2] Add Maven publishing configuration and signing setup for `renlin-kotlin-plugin` module; update artifact metadata and group details. --- .github/workflows/deploy-maven-central.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-maven-central.yml b/.github/workflows/deploy-maven-central.yml index 6828183..8f38057 100644 --- a/.github/workflows/deploy-maven-central.yml +++ b/.github/workflows/deploy-maven-central.yml @@ -2,7 +2,7 @@ name: Deploy to Maven Central on: pull_request: - types: [opened, synchronize] + types: [opened, synchronize, edited] branches: [main] jobs: