A Gradle plugin for Minecraft development.
ManaDrop is a Gradle plugin designed to help Minecraft developers. It helps to automatise some tasks and makes projects more portables.
Here are main features of this plugin. For more details about them, check the wiki
You can use this plugin in your Gradle Build by applying it.
-
Using
apply plugin: fr.il_totore.manadrop:version
-
Using the new
plugins
statement
plugins {
id 'fr.il_totore.manadrop' version 'version'
}
Check the latest available version here