graphics/gradle/ext.gradle
2018-01-20 23:26:37 +01:00

8 lines
300 B
Groovy

ext {
user = 'xbib'
projectName = 'graphics'
projectDescription = 'More graphics classes for Java'
scmUrl = 'https://github.com/xbib/graphics'
scmConnection = 'scm:git:git://github.com/xbib/graphics.git'
scmDeveloperConnection = 'scm:git:git://github.com/xbib/graphics.git'
}