Skip to content

Commit f8dd56a

Browse files
pare down oldversion list to only latest patch per serialization version
(cherry picked from commit 55a3a77)
1 parent 589fc30 commit f8dd56a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

settings.gradle

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ include 'static-analysis:pmd-rules'
7171

7272

7373
['1.0.0-incubating',
74-
'1.1.0',
7574
'1.1.1',
7675
'1.2.0',
7776
'1.3.0',
@@ -80,25 +79,12 @@ include 'static-analysis:pmd-rules'
8079
'1.6.0',
8180
'1.7.0',
8281
'1.8.0',
83-
'1.9.0',
84-
'1.9.1',
8582
'1.9.2',
8683
'1.10.0',
8784
'1.11.0',
8885
'1.12.0',
89-
'1.12.1',
90-
'1.12.2',
91-
'1.12.3',
92-
'1.12.4',
93-
'1.12.5',
94-
'1.12.6',
9586
'1.12.7',
96-
'1.13.0',
9787
'1.13.1',
98-
'1.13.2',
99-
'1.13.3',
100-
'1.13.4',
101-
'1.13.5',
10288
'1.13.6'].each {
10389
include 'geode-old-versions:'.concat(it)
10490
}

0 commit comments

Comments
 (0)