This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.12 by this push:
new 5cdd87f add 1.12.6 to old versions on support/1.12
5cdd87f is described below
commit 5cdd87f621fb52c8c59181f752195a7ffece0f07
Author: Owen Nichols <[email protected]>
AuthorDate: Fri Dec 10 19:49:19 2021 -0800
add 1.12.6 to old versions on support/1.12
---
settings.gradle | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/settings.gradle b/settings.gradle
index a29bd5c..32df7e0 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -90,7 +90,8 @@ include 'static-analysis:pmd-rules'
'1.12.2',
'1.12.3',
'1.12.4',
- '1.12.5'].each {
+ '1.12.5',
+ '1.12.6'].each {
include 'geode-old-versions:'.concat(it)
}