nrlssc.gplugin-commons
Owner: Sean Craft
This is not a plugin, just a library needed for other nrlssc plugins
https://github.com/nrl-gradle/gplugin-commons
Sources: https://github.com/seanrl/gplugin-commons.git
Version 3.0.14
3.0.14
Created 16 September 2022.
This is not a plugin, just a library needed for other nrlssc plugins
Add this plugin to your build using the plugins DSL:
plugins {
id("nrlssc.gplugin-commons") version "3.0.14"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("mil.navy.nrlssc:gplugin-commons:3.0.14") } } apply(plugin = "nrlssc.gplugin-commons")
- Applying plugins to all subprojects .