com.banno.gordon
Owner: Banno Android
Android instrumentation test runner designed for speed, simplicity, and reliability
https://github.com/Banno/Gordon
Sources: https://github.com/Banno/Gordon
Version 1.10.1
1.10.1
Created 08 September 2023.
Android instrumentation test runner designed for speed, simplicity, and reliability
Add this plugin to your build using the plugins DSL:
plugins {
id("com.banno.gordon") version "1.10.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.banno.gordon:gordon-plugin:1.10.1") } } apply(plugin = "com.banno.gordon")
- Applying plugins to all subprojects .