io.freefair.exploded-war
所有者: Lars Grefer
Exploded War 插件
https://github.com/freefair/war-gradle-plugins
源代码: https://github.com/freefair/war-gradle-plugins
版本 0.9.0 (最新)
0.9.0
创建于 2016 年 12 月 11 日。
Exploded War 插件
使用 插件 DSL
plugins {
id("io.freefair.exploded-war") version "0.9.0"
}
使用 旧插件应用方式
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.io.freefair.gradle:war-gradle-plugins:0.9.0")
}
}
apply(plugin = "io.freefair.exploded-war")