From 844da7c9b8f722aa4a2f027eca7a28da5d32d790 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 13 Aug 2019 22:55:34 -0700 Subject: [PATCH] Switch HTTP URLs to HTTPS. --- buildSrc/src/main/groovy/build/GemFireServerPlugin.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/groovy/build/GemFireServerPlugin.groovy b/buildSrc/src/main/groovy/build/GemFireServerPlugin.groovy index a7ecd68..9a8e148 100644 --- a/buildSrc/src/main/groovy/build/GemFireServerPlugin.groovy +++ b/buildSrc/src/main/groovy/build/GemFireServerPlugin.groovy @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS,