Search Gradle plugins

com.metova.cappuccino-animations

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-SNAPSHOT1

0.7.2-SNAPSHOT1

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-SNAPSHOT1"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.com.metova:cappuccino-plugin:0.7.2-SNAPSHOT1")
      }
    }
    
    apply(plugin = "com.metova.cappuccino-animations")
  • Applying plugins to all subprojects .