Updated to testng 6.9.12.
This commit is contained in:
parent
e18fc4a9e9
commit
26e5afa5d3
7 changed files with 57 additions and 480 deletions
|
@ -64,7 +64,7 @@ dependencies {
|
|||
compile 'javax.servlet:javax.servlet-api:3.1.0'
|
||||
compile 'javax.servlet.jsp:jsp-api:2.2'
|
||||
|
||||
testCompile 'org.testng:testng:6.9.10'
|
||||
testCompile 'org.testng:testng:6.9.12'
|
||||
}
|
||||
|
||||
bintray {
|
||||
|
@ -166,6 +166,7 @@ javadoc {
|
|||
options.addStringOption('Xdoclint:none', '-quiet')
|
||||
}
|
||||
}
|
||||
|
||||
compileJava {
|
||||
doFirst {
|
||||
project.version = getVersion(isRelease)
|
||||
|
@ -229,4 +230,4 @@ task pandoc(type: Exec) {
|
|||
ext.output = {
|
||||
return standardOutput.toString()
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue