dev.mythicdrops.gradle.spigot.build
所有者: Richard Harrah
为Maven Local构建和安装Spigot版本。
https://github.com/MythicDrops/mythicdrops-gradle-plugin
源代码: https://github.com/MythicDrops/mythicdrops-gradle-plugin
使用插件DSL
plugins {
id("dev.mythicdrops.gradle.spigot.build") version "9.0.0"
}
使用旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("dev.mythicdrops:mythicdrops-gradle-plugin:9.0.0")
}
}
apply(plugin = "dev.mythicdrops.gradle.spigot.build")