com.osacky.fulladle
Owner: Nelson Osacky
Easily Scale your Android Instrumentation Tests with Firebase Test Lab with Flank
https://github.com/runningcode/fladle
Sources: https://github.com/runningcode/fladle
Version 0.17.5 (latest)
Created 13 June 2024.
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.fulladle") version "0.17.5"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts)
:dependencies { implementation("com.osacky.fulladle:com.osacky.fulladle.gradle.plugin:0.17.5") }
It can then be applied in the precompiled script plugin:plugins { id("com.osacky.fulladle") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.osacky.fulladle:com.osacky.fulladle.gradle.plugin:0.17.5") } } apply(plugin = "com.osacky.fulladle")
- Applying plugins to all subprojects .