Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

TCBuildMC/DevMetadata

Repository files navigation

DevMetadata

Helper to create Minecraft mod/plugin metadata files.

It's annotation-powered.

Add dependency

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.

Building

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.

License

This project uses Apache 2.0 License. Feel free to use it in your project.

About

Helper to create Minecraft mod/plugin metadata files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages