Helper to create Minecraft mod/plugin metadata files.
It's annotation-powered.
Add these to your build.gradle:
repositories {
maven {
url = "https://jitpack.io/"
}
}
dependencies {
implementation "com.github.TCBuildMC:DevMetadata:{VERSION}"
}Remember to replace {VERSION} with full version.
This project is compatible with Java 8 at least, so please use Java 8 to build.
We also prefer to use IntelliJ IDEA to build.
Download the zip and run gradlew build --stacktrace --no-daemon -xtest.
The artifacts will be in build/libs/ directory.
This project uses Apache 2.0 License. Feel free to use it in your project.