io.papermc.paperweight.patcher
所有者: PaperMC
用于开发Paper衍生品的Gradle插件
https://github.com/PaperMC/paperweight
源代码: https://github.com/PaperMC/paperweight
使用 插件DSL
plugins {
id("io.papermc.paperweight.patcher") version "1.7.2"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.papermc.paperweight:paperweight-patcher:1.7.2")
}
}
apply(plugin = "io.papermc.paperweight.patcher")