Gradle Plugins

Maintained by aalmiray

Summary

A gradle plugin for running buster.js tests.

Its primary goal is to allow you to run your javascript tests as part of your CI build. Secondary but still very important is to provide a smooth development cycle for you as a developer.

Website https://github.com/rundis/gradle-buster-plugin
Author rundis
Version 0.2.4.1

Usage

buildscript {
    repositories { jcenter() }
    dependencies {
        classpath  'org.gradle.buster:gradle-buster-plugin:0.2.4.1'
    }
}

apply plugin: 'base'
apply plugin: 'buster'