us.kirchmeier.capsule
Owner: Danny Kirchmeier
A Gradle plugin utilizing Capsule, the packaging and deployment tool for JVM apps. (https://github.com/puniverse/capsule)
https://github.com/danthegoodman/gradle-capsule-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("us.kirchmeier.capsule") version "0.7.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("us.kirchmeier:gradle-capsule-plugin:0.7.1") } } apply(plugin = "us.kirchmeier.capsule")
- Applying plugins to all subprojects .