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)
  • Loading branch information
onichols-pivotal committed Jan 4, 2022
1 parent 589fc30 commit f8dd56a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 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,25 +79,12 @@ 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',
'1.13.0',
'1.13.1',
'1.13.2',
'1.13.3',
'1.13.4',
'1.13.5',
'1.13.6'].each {
include 'geode-old-versions:'.concat(it)
}
Expand Down

0 comments on commit f8dd56a

Please sign in to comment.