From 6991a0b5df34087dc31f40dada9569fc02508d8a Mon Sep 17 00:00:00 2001 From: Michael Osipov Date: Mon, 8 Apr 2024 10:38:57 +0200 Subject: [PATCH] Explicitly return true in selectors --- .../selector.groovy | 2 ++ maven-scm-plugin/src/it/scm-781/selector.groovy | 2 ++ 2 files changed, 4 insertions(+) diff --git a/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/selector.groovy b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/selector.groovy index f80990866..1705d2416 100644 --- a/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/selector.groovy +++ b/maven-scm-plugin/src/it/scm-741-validate-scm-url-matches-working-copy/selector.groovy @@ -24,3 +24,5 @@ try { } catch (IOException e) { return false } + +return true diff --git a/maven-scm-plugin/src/it/scm-781/selector.groovy b/maven-scm-plugin/src/it/scm-781/selector.groovy index f80990866..1705d2416 100644 --- a/maven-scm-plugin/src/it/scm-781/selector.groovy +++ b/maven-scm-plugin/src/it/scm-781/selector.groovy @@ -24,3 +24,5 @@ try { } catch (IOException e) { return false } + +return true