9 lines
339 B
Groovy
9 lines
339 B
Groovy
|
ext {
|
||
|
user = 'xbib'
|
||
|
name = 'elasticsearch-java-client'
|
||
|
description = 'Netty Java client for Elasticsearch'
|
||
|
scmUrl = 'https://github.com/' + user + '/' + name
|
||
|
scmConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
|
||
|
scmDeveloperConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
|
||
|
}
|