net/gradle/ext.gradle

9 lines
274 B
Groovy
Raw Permalink Normal View History

2017-07-24 16:02:50 +02:00
ext {
user = 'xbib'
2017-07-24 21:33:52 +02:00
projectName = 'net'
projectDescription = 'Network classes for Java'
scmUrl = 'https://github.com/xbib/net'
scmConnection = 'scm:git:git://github.com/xbib/net.git'
scmDeveloperConnection = 'scm:git:git://github.com/xbib/net.git'
2017-07-24 16:02:50 +02:00
}