Last updated
Last updated
The JVM Library plugin is intended for use in child modules meant to be published as artifacts in a jar repository such as Maven Central.
Like all sourdough gradle plugins, the JVM library 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 library child modules. This keeps the plugin version consistent across all children
TODO
TODO