io.github.dexman545.outlet
所有者: Deximus-Maximus
一个辅助Minecraft模组开发和发布的插件!
https://github.com/dexman545/Outlet
来源: https://github.com/dexman545/Outlet
使用 插件DSL
plugins {
id("io.github.dexman545.outlet") version "1.7.0-alpha.1"
}
使用 旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.dexman545.outlet:Outlet:1.7.0-alpha.1")
}
}
apply(plugin = "io.github.dexman545.outlet")