graphics/gradle/ext.gradle

9 lines
300 B
Groovy
Raw Normal View History

2018-01-20 23:26:37 +01:00
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'
}