You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2020/06/05 00:48:40 UTC

[GitHub] [geode-benchmarks] Bill commented on a change in pull request #129: TLS SNI support via `withSniProxy` Option

Bill commented on a change in pull request #129:
URL: https://github.com/apache/geode-benchmarks/pull/129#discussion_r435632684



##########
File path: geode-benchmarks/build.gradle
##########
@@ -23,16 +23,29 @@ version '1.0-SNAPSHOT'
 sourceCompatibility = 1.8
 
 def outputDir = project.hasProperty('outputDir') ? project.findProperty('outputDir') : new File(project.buildDir, "benchmarks_" + getDate()).getAbsolutePath()
-def geodeVersion = project.hasProperty('geodeVersion') ? project.findProperty('geodeVersion') : '1.+'
+def geodeVersion = project.hasProperty('geodeVersion') ? project.findProperty('geodeVersion') : '1.13.+'

Review comment:
       this repo now depends on Geode 1.13-or-later because that version added SNI support




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org