com.metova.cappuccino-animations
Owner: Tony Robalik
A sweeter Espresso. Never write your own IdlingResource again. Never manually turn off system animations again.
https://github.com/metova/Cappuccino
Sources: https://github.com/metova/Cappuccino
Version 0.7.2-SNAPSHOT
0.7.2-SNAPSHOT
Created 17 May 2016.
A sweeter Espresso. Never manually turn off system animations again.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.metova.cappuccino-animations") version "0.7.2-SNAPSHOT"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.metova:cappuccino-plugin:0.7.2-SNAPSHOT") } } apply(plugin = "com.metova.cappuccino-animations")
- Applying plugins to all subprojects .