Skip to content

Commit

Permalink
remove disallowed keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
crotwell committed Feb 27, 2024
1 parent 618d8b5 commit 6aba2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
}
}
}
Expand Down

0 comments on commit 6aba2a1

Please sign in to comment.