Skip to content

Commit ca4544e

Browse files
committed
Merge branch 'master' into dev
2 parents a27bf9c + 16037b4 commit ca4544e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ subprojects {
9393
events "started", "passed", "skipped", "failed", "standardOut", "standardError"
9494
minGranularity 0
9595
}
96+
ignoreFailures = System.getenv("IGNORE_FAILURES") ? System.getenv("IGNORE_FAILURES").toBoolean() : false
9697
}
9798

9899
publishing {
@@ -142,4 +143,4 @@ subprojects {
142143

143144
task wrapper(type: Wrapper) {
144145
gradleVersion = '2.9'
145-
}
146+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=2.8.x-SNAPSHOT
1+
version=2.8.2

0 commit comments

Comments
 (0)