Made tests run. Too many failures to make it worth fixing.
This commit is contained in:
parent
9c2c96acaa
commit
c9cc8e2615
52 changed files with 4 additions and 2 deletions
|
@ -8,6 +8,8 @@ defaultTasks 'assemble'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
maven { url 'http://repository.jboss.org/nexus/content/groups/public-jboss/' }
|
||||||
|
maven { url 'http://download.osgeo.org/webdav/geotools/' }
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
@ -20,9 +22,9 @@ dependencies {
|
||||||
testCompile group: 'junit', name: 'junit', version:'3.8.2'
|
testCompile group: 'junit', name: 'junit', version:'3.8.2'
|
||||||
testCompile group: 'httpunit', name: 'httpunit', version:'1.6'
|
testCompile group: 'httpunit', name: 'httpunit', version:'1.6'
|
||||||
testCompile group: 'junitperf', name: 'junitperf', version:'1.9.1'
|
testCompile group: 'junitperf', name: 'junitperf', version:'1.9.1'
|
||||||
testCompile group: 'groboutils', name: 'groboutils-core', version:'5'
|
testCompile group: 'net.sourceforge.groboutils', name: 'groboutils-core', version:'5'
|
||||||
}
|
}
|
||||||
|
|
||||||
compileJava {
|
compileJava {
|
||||||
// options.compilerArgs << '-Xlint:deprecation'
|
// options.compilerArgs << '-Xlint:deprecation'
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue