yakworks.not-shippable
Owner: 9ci Bot
ShipYak Not Shippable Marker, marks a lib as not shippable
https://github.com/yakworks/gradle-plugins
Sources: https://github.com/yakworks/gradle-plugins.git
Version 2.6.9
2.6.9
Created 16 June 2022.
ShipYak Not Shippable Marker, marks a lib as not shippable
Add this plugin to your build using the plugins DSL:
plugins {
id("yakworks.not-shippable") version "2.6.9"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.yakworks:gradle-plugins:2.6.9") } } apply(plugin = "yakworks.not-shippable")
- Applying plugins to all subprojects .