Skip to content

Commit

Permalink
Explicitly return true in selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Apr 8, 2024
1 parent a297237 commit 6991a0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Expand Up @@ -24,3 +24,5 @@ try {
} catch (IOException e) {
return false
}

return true
2 changes: 2 additions & 0 deletions maven-scm-plugin/src/it/scm-781/selector.groovy
Expand Up @@ -24,3 +24,5 @@ try {
} catch (IOException e) {
return false
}

return true

0 comments on commit 6991a0b

Please sign in to comment.