Skip to content

Commit 7ac5e6b

Browse files
committed
Continue after failing unit tests
1 parent 7d2a07a commit 7ac5e6b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ tasks.withType(Javadoc) {
7575
options.addStringOption('charSet', 'UTF-8')
7676
}
7777

78+
// make sure that Sonarqube still runs even if there are failing tests
79+
test {
80+
ignoreFailures = true
81+
}
82+
7883
checkstyle {
7984
toolVersion '8.29'
8085
configFile = file("config/checkstyle/checkstyle.xml")

0 commit comments

Comments
 (0)