elx/gradle/ext.gradle

9 lines
382 B
Groovy
Raw Permalink Normal View History

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'
}