com.geoffgranum.another-fine-build
所有者: Geoff Granum
将NPM默认提供的某些功能拖入Java领域。
https://github.com/ggranum/another-fine-build/
来源: https://github.com/ggranum/another-fine-build/
使用插件DSL
plugins {
id("com.geoffgranum.another-fine-build") version "0.0.10"
}
使用旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.geoffgranum:another-fine-build:0.0.10")
}
}
apply(plugin = "com.geoffgranum.another-fine-build")