nrlssc.gradle
Owner: Sean Craft
Configures boilerplate NRLSSC Enterprise
https://github.com/nrl-gradle/nrl-plugin
Sources: https://github.com/seanrl/nrl-plugin.git
Version 3.0.94
3.0.94
Created 13 April 2022.
Configures boilerplate NRLSSC Enterprise
Add this plugin to your build using the plugins DSL:
plugins {
id("nrlssc.gradle") version "3.0.94"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("mil.navy.nrlssc:nrl-plugin:3.0.94") } } apply(plugin = "nrlssc.gradle")
- Applying plugins to all subprojects .