dev.mythicdrops.gradle.project
所有者: Richard Harrah
适用于所有 MythicDrops Gradle 项目的编排插件。
https://github.com/MythicDrops/mythicdrops-gradle-plugin
来源: https://github.com/MythicDrops/mythicdrops-gradle-plugin
使用 插件 DSL
plugins {
id("dev.mythicdrops.gradle.project") version "9.0.0"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("dev.mythicdrops:mythicdrops-gradle-plugin:9.0.0")
}
}
apply(plugin = "dev.mythicdrops.gradle.project")