ajk.gradle.elastic
Owner: Amir Kibbar
an ElasticSearch plugin for gradle to help running ElasticSearch during integration test
https://github.com/amirkibbar/bilberry
Sources: https://github.com/amirkibbar/bilberry.git
Version 0.0.10
0.0.10
Created 22 March 2016.
an ElasticSearch plugin for gradle to help running ElasticSearch during integration test
Add this plugin to your build using the plugins DSL:
plugins {
id("ajk.gradle.elastic") version "0.0.10"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("ajk.gradle.elastic:gradle-elastic-plugin:0.0.10") } } apply(plugin = "ajk.gradle.elastic")
- Applying plugins to all subprojects .