fun.fotontv.event-gerda-gen
所有者: Nikita
为事件生成 GerdaAPI 代码
https://github.com/GerdaMC/event-gerda-gen
来源: https://github.com/GerdaMC/event-gerda-gen
版本 1.0.0 (最新版)
1.0.0
创建于 2022年2月5日。
为事件生成 GerdaAPI 代码
使用 plugins DSL
plugins {
id("fun.fotontv.event-gerda-gen") version "1.0.0"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("fun.fotontv:event-gerda-gen:1.0.0")
}
}
apply(plugin = "fun.fotontv.event-gerda-gen")
使用 plugins DSL
plugins {
id "fun.fotontv.event-gerda-gen" version "1.0.0"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url "https://plugins.gradle.org.cn/m2/"
}
}
dependencies {
classpath "fun.fotontv:event-gerda-gen:1.0.0"
}
}
apply plugin: "fun.fotontv.event-gerda-gen"