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