io.shcm.shsupercm.fabric.fletchingtable
所有者: SHsuperCM
对fabric-loom的增加和自动化
https://github.com/SHsuperCM/FletchingTable
来源: https://github.com/SHsuperCM/FletchingTable
使用 插件DSL
plugins {
id("io.shcm.shsupercm.fabric.fletchingtable") version "1.6"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.shcm.shsupercm.fabric:FletchingTable:1.6")
}
}
apply(plugin = "io.shcm.shsupercm.fabric.fletchingtable")
使用 插件DSL
plugins {
id "io.shcm.shsupercm.fabric.fletchingtable" version "1.6"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "io.shcm.shsupercm.fabric:FletchingTable:1.6"
}
}
apply plugin: "io.shcm.shsupercm.fabric.fletchingtable"