JVM App Plugin
The JVM application plugin is intended for use in child modules meant to be deployed as executable jars.
Installation
Like all sourdough gradle plugins, the JVM application plugin is published to the Gradle plugin repository, and can be installed to your project simply be declaring it in the plugins
block
We recommend installing the plugin in the root build.gradle.kts
, suffixed withapply false
, and then declaring in your application child modules. This keeps the plugin version consistent across all children
Configuration
TODO
Extension
TODO
Last updated