com.github.dispader.manifesto
所有者: Jake Gage
JAr和War清单更加方便。
https://github.com/Dispader/manifesto
来源: https://github.com/Dispader/manifesto
使用插件的DSL
plugins {
id("com.github.dispader.manifesto") version "2.0.0"
}
使用旧的插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.github.dispader.manifesto:manifesto:2.0.0")
}
}
apply(plugin = "com.github.dispader.manifesto")