io.github.jamesfchen.api-plugin
所有者: electrolytej
api-plugin
https://github.com/JamesfChen/bundles-assembler
源代码: https://github.com/JamesfChen/bundles-assembler
使用 插件 DSL
plugins {
id("io.github.jamesfchen.api-plugin") version "1.7.1"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.jamesfchen:bundles-assembler-plugin:1.7.1")
}
}
apply(plugin = "io.github.jamesfchen.api-plugin")