Set testing setup and upgrade gradle wrapper version
This commit is contained in:
parent
722da1e76a
commit
ccd8eb4b07
|
@ -37,8 +37,17 @@ antlr4 {
|
||||||
compileJava.dependsOn antlr4
|
compileJava.dependsOn antlr4
|
||||||
|
|
||||||
test {
|
test {
|
||||||
systemProperty "file.encoding", "UTF-8"
|
|
||||||
|
useTestNG()
|
||||||
|
|
||||||
jvmArgs '-Xss16m'
|
jvmArgs '-Xss16m'
|
||||||
|
|
||||||
|
testLogging {
|
||||||
|
events "failed"
|
||||||
|
exceptionFormat "short"
|
||||||
|
}
|
||||||
|
|
||||||
|
systemProperty "file.encoding", "UTF-8"
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
|
|
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-2.3-rc-4-all.zip
|
||||||
|
|
Loading…
Reference in New Issue