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