Skip to content

Commit 55a3a77

Browse files
pare down oldversion list to only latest patch per serialization version
1 parent c9bb764 commit 55a3a77

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

settings.gradle

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

7373

7474
['1.0.0-incubating',
75-
'1.1.0',
7675
'1.1.1',
7776
'1.2.0',
7877
'1.3.0',
@@ -81,28 +80,13 @@ include 'static-analysis:pmd-rules'
8180
'1.6.0',
8281
'1.7.0',
8382
'1.8.0',
84-
'1.9.0',
85-
'1.9.1',
8683
'1.9.2',
8784
'1.10.0',
8885
'1.11.0',
8986
'1.12.0',
90-
'1.12.1',
91-
'1.12.2',
92-
'1.12.3',
93-
'1.12.4',
94-
'1.12.5',
95-
'1.12.6',
9687
'1.12.7',
97-
'1.13.0',
9888
'1.13.1',
99-
'1.13.2',
100-
'1.13.3',
101-
'1.13.4',
102-
'1.13.5',
10389
'1.13.6',
104-
'1.14.0',
105-
'1.14.1',
10690
'1.14.2'].each {
10791
include 'geode-old-versions:'.concat(it)
10892
}

0 commit comments

Comments
 (0)