Skip to content

Commit 6991a0b

Browse files
committed
Explicitly return true in selectors
1 parent a297237 commit 6991a0b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/selector.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ try {
2424
} catch (IOException e) {
2525
return false
2626
}
27+
28+
return true

maven-scm-plugin/src/it/scm-781/selector.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ try {
2424
} catch (IOException e) {
2525
return false
2626
}
27+
28+
return true

0 commit comments

Comments
 (0)