nrlssc.projects
Owner: Sean Craft
Configures boilerplate for Subproject, Coprojects, and Dependencies support. Applied to your settings.gradle
https://github.com/nrl-gradle/projects-plugin
Sources: https://github.com/seanrl/projects-plugin.git
Version 2.0.5
2.0.5
Created 15 December 2020.
Configures boilerplate for Subproject, Coprojects, and Dependencies support. Applied to your settings.gradle
Add this plugin to your build using the plugins DSL:
plugins {
id("nrlssc.projects") version "2.0.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("mil.navy.nrlssc:projects-plugin:2.0.5") } } apply(plugin = "nrlssc.projects")
- Applying plugins to all subprojects .