Skip to content

Commit

Permalink
pare down oldversion list to only latest patch per serialization version
Browse files Browse the repository at this point in the history
(cherry picked from commit 55a3a77)
(cherry picked from commit f8dd56a)
  • Loading branch information
onichols-pivotal committed Jan 4, 2022
1 parent 1e2b384 commit 0d77e56
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ include 'static-analysis:pmd-rules'


['1.0.0-incubating',
'1.1.0',
'1.1.1',
'1.2.0',
'1.3.0',
Expand All @@ -80,18 +79,10 @@ include 'static-analysis:pmd-rules'
'1.6.0',
'1.7.0',
'1.8.0',
'1.9.0',
'1.9.1',
'1.9.2',
'1.10.0',
'1.11.0',
'1.12.0',
'1.12.1',
'1.12.2',
'1.12.3',
'1.12.4',
'1.12.5',
'1.12.6',
'1.12.7'].each {
include 'geode-old-versions:'.concat(it)
}
Expand Down

0 comments on commit 0d77e56

Please sign in to comment.