German git
This commit is contained in:
parent
eaf5781193
commit
8b18a7ffb3
1 changed files with 2 additions and 1 deletions
|
@ -87,7 +87,8 @@ def allCommited = { ->
|
|||
} catch (ignored) {
|
||||
return false; // NoGitSystemAvailable
|
||||
}
|
||||
return stringBuilder.toString().contains("nothing to commit")
|
||||
return stringBuilder.toString().contains("nothing to commit") || stringBuilder.toString().contains("nichts zu committen")
|
||||
|
||||
}
|
||||
|
||||
tasks.matching { it instanceof Test }.all {
|
||||
|
|
Loading…
Reference in a new issue