metrics/gradle/ext.gradle
2016-11-01 16:31:22 +01:00

8 lines
343 B
Groovy

ext {
user = 'xbib'
name = 'metrics'
description = 'A stripped-down and modified version of Coda Hale Metrics'
scmUrl = 'https://github.com/' + user + '/' + name
scmConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
scmDeveloperConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
}