From c6aa76f955e6b2af60663ef2186b7febf3944dbf Mon Sep 17 00:00:00 2001 From: Willem Jan Glerum Date: Thu, 11 Apr 2024 12:35:41 +0200 Subject: [PATCH] Remove name and description The name should be unique per artifact. --- build.gradle.kts | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1d68884..77b3ddf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -129,8 +129,6 @@ publishing { } } pom { - name.set("mps-gradle-plugin") - description.set("Miscellaneous tasks that were found useful when building MPS-based projects with Gradle.") url.set("https://github.com/mbeddr/mps-gradle-plugin") licenses { license {