com.brambolt.gradle.testkit
Owner: Brambolt
A Gradle plug-in with opinionated test utilities.
https://github.com/brambolt/gradle-testkit
Sources: https://github.com/brambolt/gradle-testkit
Version 2020.11.26-4284
2020.11.26-4284
Created 26 November 2020.
A Gradle plug-in with opinionated test utilities.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.brambolt.gradle.testkit") version "2020.11.26-4284"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.brambolt.gradle:brambolt-gradle-testkit:2020.11.26-4284") } } apply(plugin = "com.brambolt.gradle.testkit")
- Applying plugins to all subprojects .