This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 66110fc remove a little noise from the dependency updates report
66110fc is described below
commit 66110fc0e32749238f00f17106ec8ecdd46a04ef
Author: Paul King <[email protected]>
AuthorDate: Wed Feb 9 10:00:25 2022 +1000
remove a little noise from the dependency updates report
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 6f0855e..39c54a5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -273,7 +273,7 @@ sonarqube {
}
}
-def UNSTABLE =
/^([0-9,.-]+[.-](alpha|beta|rc)[.\d-]*)|20030203.000550|20031129.200437$/
+def UNSTABLE =
/^([\d.-]+(alpha|beta|rc|m)[\d.-]+(groovy[\d.-]+)?|20030203.000550|20031129.200437|2004-03-19)$/
// ignore non-stable releases
tasks.named("dependencyUpdates")?.configure {
gradleReleaseChannel = 'current'