services.bst.weave-dependencies
Owner: BST Event Services, LLC
For weaving binary aspects into binary dependencies
https://github.com/bstservices/weave-dependencies
Sources: https://github.com/bstservices/weave-dependencies
Version 0.1.5 (latest)
0.1.5
Created 11 September 2019.
For weaving binary aspects into binary dependencies
Using the plugins DSL:
plugins {
id("services.bst.weave-dependencies") version "0.1.5"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("gradle.plugin.services.bst:weave-dependencies:0.1.5")
}
}
apply(plugin = "services.bst.weave-dependencies")
Using the plugins DSL:
plugins {
id "services.bst.weave-dependencies" version "0.1.5"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "gradle.plugin.services.bst:weave-dependencies:0.1.5"
}
}
apply plugin: "services.bst.weave-dependencies"