metrics/gradle/ext.gradle

9 lines
343 B
Groovy
Raw Permalink Normal View History

2016-11-01 15:55:47 +01:00
ext {
user = 'xbib'
name = 'metrics'
2016-11-01 16:31:22 +01:00
description = 'A stripped-down and modified version of Coda Hale Metrics'
2016-11-01 15:55:47 +01:00
scmUrl = 'https://github.com/' + user + '/' + name
scmConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
scmDeveloperConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
}