com.brambolt.gradle.staging
Owner: Brambolt
A Gradle plug-in for target staging.
https://github.com/brambolt/gradle-staging
Sources: https://github.com/brambolt/gradle-staging
Version 2020.11.21-4282
2020.11.21-4282
Created 21 November 2020.
A Gradle plug-in for target staging.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.brambolt.gradle.staging") version "2020.11.21-4282"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.brambolt.gradle:brambolt-gradle-staging:2020.11.21-4282") } } apply(plugin = "com.brambolt.gradle.staging")
- Applying plugins to all subprojects .