diff --git a/build.gradle b/build.gradle index 974c05b4..1b0ed622 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,6 @@ apply plugin: 'nebula.source-jar' apply plugin: 'nebula.javadoc-jar' group = 'ru.alfabank.tests' -version = '3.5.2' description = """light testing framework Akita""" @@ -129,7 +128,7 @@ bintray { test { maxParallelForks = 1 - ignoreFailures = true + ignoreFailures = false jvmArgs += "-Dfile.encoding=UTF-8" jvmArgs += "-Dbrowser=chrome" @@ -153,4 +152,4 @@ license { header rootProject.file('HEADER') exclude ("body.json") strictCheck false -} \ No newline at end of file +}