org.bitbucket.grimrose.obake
Phantom JS Helper plugin for Gradle
https://bitbucket.org/grimrose/gradle-obake-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("org.bitbucket.grimrose.obake") version "0.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("org.bitbucket.grimrose:gradle-obake-plugin:0.6") } } apply(plugin = "org.bitbucket.grimrose.obake")
- Applying plugins to all subprojects .