lucko / commodore

Utility for using Minecraft's 1.13 'brigadier' library in Bukkit plugins.
MIT License
176 stars 15 forks source link

Added step: how to add commodore with Gradle #19

Closed conclube closed 3 years ago

conclube commented 3 years ago

I think it would be nice to have some sort of example provided for gradle users. I made it into a details so that gradle where maven would be open by default as opposed to gradle being closed, check files changed for details.

lucko commented 3 years ago

Looks good, although you need to exclude the transitive brigadier dependency from shadowjar

conclube commented 3 years ago

Added :)

lucko commented 3 years ago

Looks good, thanks!