com.github.ngyewch.capsule
所有者: Nick Ng
Capsule 的 Gradle 插件。
https://github.com/ngyewch/gradle-capsule-plugin
源代码: https://github.com/ngyewch/gradle-capsule-plugin.git
使用 插件 DSL
plugins {
id("com.github.ngyewch.capsule") version "0.2.0"
}
使用 旧的插件应用方法
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.github.ngyewch.gradle:gradle-capsule-plugin:0.2.0")
}
}
apply(plugin = "com.github.ngyewch.capsule")