modmuss50 / mod-publish-plugin

A Gradle plugin to publish mods to a range of destinations
https://modmuss50.github.io/mod-publish-plugin/
MIT License
50 stars 7 forks source link

Multiple requires fails silently. #7

Closed modmuss50 closed 1 week ago

modmuss50 commented 11 months ago
requires {
            slug = "fabric-api"
            slug = "cloth-config"
            slug = "architectury-api"
        }
modmuss50 commented 1 week ago

This is much less of an issue since the shorthand was added.