Implemented workaround.
This commit is contained in:
parent
5c2c64683e
commit
3517697904
8 changed files with 269 additions and 46 deletions
|
@ -27,6 +27,9 @@ dependencies {
|
|||
// testCompile dependency to testCompile 'org.testng:testng:6.8.1' and add
|
||||
// 'test.useTestNG()' to your build script.
|
||||
testCompile 'org.testng:testng:6.9.12'
|
||||
|
||||
// WORKAROUND
|
||||
testCompile 'com.google.guava:guava:19.0'
|
||||
}
|
||||
|
||||
test {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue