xyz.jpenilla.resource-factory-bungee-convention
所有者: Jason Penilla
xyz.jpenilla.resource-factory 的约定,将 BungeePluginYml 注册到主源集,并添加为 bungeePluginYml 扩展
https://github.com/jpenilla/resource-factory
来源: https://github.com/jpenilla/resource-factory
版本 1.1.2 (最新)
1.1.2
创建于 2024 年 7 月 18 日。
xyz.jpenilla.resource-factory 的约定,将 BungeeCordPluginYaml 注册到主源集,并添加为 bungeePluginYaml 扩展
使用 plugins DSL
plugins {
id("xyz.jpenilla.resource-factory-bungee-convention") version "1.1.2"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("xyz.jpenilla:resource-factory:1.1.2")
}
}
apply(plugin = "xyz.jpenilla.resource-factory-bungee-convention")
使用 plugins DSL
plugins {
id "xyz.jpenilla.resource-factory-bungee-convention" version "1.1.2"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "xyz.jpenilla:resource-factory:1.1.2"
}
}
apply plugin: "xyz.jpenilla.resource-factory-bungee-convention"