From 3b9ad7de24c663650b4b364cb358f2a144f9f0fb Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Sun, 7 Jul 2024 02:15:34 +0800 Subject: [PATCH] chore: modified plugin config --- plugin-build/gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin-build/gradle.properties b/plugin-build/gradle.properties index 7f8b139..862fe8d 100644 --- a/plugin-build/gradle.properties +++ b/plugin-build/gradle.properties @@ -1,14 +1,14 @@ ID=com.axzae.unmeta -VERSION=1.2.1 +VERSION=1.2.2-local GROUP=com.axzae DISPLAY_NAME=Unmeta Kotlin Gradle Plugin for Android -DESCRIPTION=Remove @DebugMetadata annotation from your Kotlin classes +DESCRIPTION=Remove @DebugMetadata @Metadata @SourceDebugExtension annotation from your Kotlin classes WEBSITE=https://github.com/axzae/unmeta-gradle-plugin VCS_URL=https://github.com/axzae/unmeta-gradle-plugin IMPLEMENTATION_CLASS=com.axzae.unmeta.UnmetaPlugin # Maven Central POM -ORGANIZATION_NAME=Axzae +ORGANIZATION_NAME=Axzae, fankesyooni ORGANIZATION_URL=https://www.axzae.com LICENSE_NAME=The MIT License LICENSE_URL=https://opensource.org/license/mit/ -DEVELOPER_NAME=You Qi +DEVELOPER_NAME=You Qi, fankesyooni