yakworks.shippable
Owner: 9ci Bot
ShipYak Shippable Plugin, marker for a shippable lib
https://github.com/yakworks/gradle-plugins
Sources: https://github.com/yakworks/gradle-plugins.git
Version 2.6.1-SNAPSHOT
2.6.1-SNAPSHOT
Created 24 October 2021.
ShipYak Shippable Plugin, marker for a shippable lib
Using the plugins DSL:
plugins {
id("yakworks.shippable") version "2.6.1-SNAPSHOT"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("org.yakworks:gradle-plugins:2.6.1-SNAPSHOT")
}
}
apply(plugin = "yakworks.shippable")
Using the plugins DSL:
plugins {
id "yakworks.shippable" version "2.6.1-SNAPSHOT"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "org.yakworks:gradle-plugins:2.6.1-SNAPSHOT"
}
}
apply plugin: "yakworks.shippable"