io.github.jamesfchen.lifecycle-plugin
所有者: electrolytej
监控打包项目的应用程序生命周期
https://github.com/JamesfChen/bundles-assembler
来源: https://github.com/JamesfChen/bundles-assembler
使用插件DSL
plugins {
id("io.github.jamesfchen.lifecycle-plugin") version "1.1.0"
}
使用旧插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.jamesfchen:lifecycle-plugin:1.1.0")
}
}
apply(plugin = "io.github.jamesfchen.lifecycle-plugin")