com.osacky.fladle
Owner: Nelson Osacky
The Gradle Plugin for Flank
https://github.com/runningcode/fladle
Sources: https://github.com/runningcode/fladle
Version 0.10.2
0.10.2
Created 10 July 2020.
Easily Scale your Android Instrumentation Tests with Firebase Test Lab with Flank
Add this plugin to your build using the plugins DSL:
plugins {
id("com.osacky.fladle") version "0.10.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.osacky.flank.gradle:fladle:0.10.2") } } apply(plugin = "com.osacky.fladle")
- Applying plugins to all subprojects .