Search Gradle plugins

Version 2.6.8

2.6.8

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.8"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("org.yakworks:gradle-plugins:2.6.8")
      }
    }
    
    apply(plugin = "yakworks.not-shippable")
  • Applying plugins to all subprojects .