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