This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch 5.0.x
in repository https://gitbox.apache.org/repos/asf/grails-redis.git
The following commit(s) were added to refs/heads/5.0.x by this push:
new 7c86b6d #14787 - reduce RAO load
7c86b6d is described below
commit 7c86b6ddd286b9af4adb57a3189a3b485ab2d2c6
Author: James Daugherty <[email protected]>
AuthorDate: Wed Jun 11 14:20:48 2025 -0400
#14787 - reduce RAO load
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 5940846..a36eeee 100644
--- a/build.gradle
+++ b/build.gradle
@@ -40,7 +40,7 @@ allprojects {
maven {
url = 'https://repository.apache.org/content/groups/snapshots'
content {
- includeVersionByRegex 'org[.]apache[.]grails.*',
'.*','.*SNAPSHOT'
+ includeVersionByRegex 'org[.]apache[.]((grails)|(groovy)).*',
'.*','.*SNAPSHOT'
}
}
maven {