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 2.0.39
2.0.39
Created 12 January 2021.
Configures boilerplate NRLSSC Enterprise
Add this plugin to your build using the plugins DSL:
plugins {
id("nrlssc.gradle") version "2.0.39"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("mil.navy.nrlssc:nrl-plugin:2.0.39") } } apply(plugin = "nrlssc.gradle")
- Applying plugins to all subprojects .