From 55a3a77707b35592303ff320e2eb5828e0d4083f Mon Sep 17 00:00:00 2001 From: Owen Nichols Date: Thu, 30 Dec 2021 22:37:03 -0800 Subject: [PATCH] pare down oldversion list to only latest patch per serialization version --- settings.gradle | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/settings.gradle b/settings.gradle index ee9dbb0d3f72..035b8374d039 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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', @@ -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) }