Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
GannaChernyshova authored Oct 4, 2018
1 parent 4064aae commit e5d0dc9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"""

Expand Down Expand Up @@ -129,7 +128,7 @@ bintray {

test {
maxParallelForks = 1
ignoreFailures = true
ignoreFailures = false

jvmArgs += "-Dfile.encoding=UTF-8"
jvmArgs += "-Dbrowser=chrome"
Expand All @@ -153,4 +152,4 @@ license {
header rootProject.file('HEADER')
exclude ("body.json")
strictCheck false
}
}

0 comments on commit e5d0dc9

Please sign in to comment.