From 6aba2a1c5720c26c5ee6f10c285270c3be753680 Mon Sep 17 00:00:00 2001 From: Philip Crotwell Date: Tue, 27 Feb 2024 15:10:12 -0500 Subject: [PATCH] remove disallowed keywords --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 719135c..60d4d38 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ gradlePlugin { displayName = 'MacApp Bundle plugin' description = 'A Gradle Plugin to create a Mac OSX .app application based on the project. ' implementationClass = 'edu.sc.seis.macAppBundle.MacAppBundlePlugin' - tags.set([ 'gradle', 'plugin', 'macappbundle', 'dmg', 'osx']) + tags.set([ 'macappbundle', 'dmg', 'osx']) } } }