2016-11-01 17:28:05 +01:00
|
|
|
ext {
|
2016-11-15 21:31:49 +01:00
|
|
|
user = 'xbib'
|
2016-11-01 17:28:05 +01:00
|
|
|
name = 'elasticsearch-extras-client'
|
|
|
|
description = 'Some extras implemented for using Elasticsearch clients (node and transport)'
|
|
|
|
scmUrl = 'https://github.com/' + user + '/' + name
|
|
|
|
scmConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
|
|
|
|
scmDeveloperConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
|
|
|
|
}
|