com.github.william-hill-online.cassandra
Owner: David Rodriguez
Gradle plugin for running an embedded instance of Cassandra.
https://github.com/William-Hill-Online/cassandra-gradle-plugin
Sources: https://github.com/William-Hill-Online/cassandra-gradle-plugin
Version 0.4
0.4
Created 11 July 2017.
Gradle plugin for running an embedded instance of Cassandra.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.william-hill-online.cassandra") version "0.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.github.william-hill-online:cassandra-gradle-plugin:0.4") } } apply(plugin = "com.github.william-hill-online.cassandra")
- Applying plugins to all subprojects .