com.brambolt.gradle.build.staging
Owner: Brambolt
The Brambolt staging build.
https://github.com/brambolt/gradle-build-staging
Sources: https://github.com/brambolt/gradle-build-staging
Version 2020.10.30-4240
2020.10.30-4240
Created 30 October 2020.
The Brambolt staging build.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.brambolt.gradle.build.staging") version "2020.10.30-4240"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.brambolt.gradle:brambolt-gradle-build-staging:2020.10.30-4240") } } apply(plugin = "com.brambolt.gradle.build.staging")
- Applying plugins to all subprojects .