From 010b75bf4f52dfe9ed5b80dfcd575fa0575b1f15 Mon Sep 17 00:00:00 2001 From: Silvio Giebl Date: Sat, 16 Mar 2024 17:26:56 +0100 Subject: [PATCH] Move description into metadata section --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e621214..ba70130 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,10 +7,10 @@ plugins { } group = "io.github.sgtsilvio.gradle" -description = "Gradle plugin to ease using ProGuard" metadata { readableName = "Gradle ProGuard Plugin" + description = "Gradle plugin to ease using ProGuard" license { apache2() }