Github user upthewaterspout commented on a diff in the pull request:

    https://github.com/apache/geode/pull/712#discussion_r133827666
  
    --- Diff: geode-old-versions/build.gradle ---
    @@ -65,6 +92,21 @@ task createGeodeClasspathsFile  {
         new FileOutputStream(classpathsFile).withStream { fos ->
           versions.store(fos, '')
         }
    +
    +    installsFile.getParentFile().mkdirs();
    +
    +    new FileOutputStream(installsFile).withStream { fos ->
    +      project.ext.installs.store(fos, '')
    +    }
       }
    +
    +  // Add sourceSets for backwards compatibility, rolling upgrade, and
    +  // pdx testing.
    +  addOldVersion('test100', '1.0.0-incubating')
    +  addOldVersion('test110', '1.1.0')
    +  addOldVersion('test111', '1.1.1')
    --- End diff --
    
    Maybe we should only download 1.2.0, if that's all we are testing against?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to