mirror of
https://github.com/runelite/plugin-hub.git
synced 2025-12-23 22:48:49 -05:00
package: split tags correctly
This commit is contained in:
@@ -101,7 +101,9 @@ allprojects {
|
||||
manifest.support = new URL(props["support"])
|
||||
}
|
||||
manifest.description = props["description"] ?: null
|
||||
manifest.tags = props["tags"]?.split() ?: null
|
||||
if (props["tags"]) {
|
||||
manifest.tags = props["tags"].split(",")*.trim()
|
||||
}
|
||||
|
||||
manifest.version = project.version
|
||||
if (!(manifest.version ==~ /^[a-zA-Z0-9.-]+$/)) {
|
||||
|
||||
Reference in New Issue
Block a user