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
  • Loading branch information
onichols-pivotal committed Jan 4, 2022
1 parent c9bb764 commit 55a3a77
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ include 'static-analysis:pmd-rules'


['1.0.0-incubating',
'1.1.0',
'1.1.1',
'1.2.0',
'1.3.0',
Expand All @@ -81,28 +80,13 @@ 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',
'1.14.0',
'1.14.1',
'1.14.2'].each {
include 'geode-old-versions:'.concat(it)
}
Expand Down

0 comments on commit 55a3a77

Please sign in to comment.