cql/gradle/ext.gradle

9 lines
293 B
Groovy
Raw Permalink Normal View History

2016-11-25 00:06:17 +01:00
ext {
user = 'xbib'
projectName = 'cql'
projectDescription = 'Contextual Query Language compiler for Java'
scmUrl = 'https://github.com/xbib/cql'
scmConnection = 'scm:git:git://github.com/xbib/cql.git'
scmDeveloperConnection = 'scm:git:git://github.com/xbib/cql.git'
}