Skip to content

a Gradle Plugin to make NMS usage easier

License

Notifications You must be signed in to change notification settings

VolmitSoftware/NMSTools

Repository files navigation

Example Usage:

build.gradle

buildscript() {
    repositories {
        maven { url 'https://jitpack.io'}
    }
    dependencies {
        classpath 'com.github.VolmitSoftware:NMSTools:1.0.0'
    }
}

apply plugin: 'com.volmit.nmstools'

nmsTools {
    jvm = 21
    version = "1.20.6-R0.1-SNAPSHOT"
}

gradle.properties

nmsTools.useBuildTools=false
nmsTools.repo-url=https://repo.codemc.org/repository/nms/
nmsTools.specialSourceVersion=1.11.4