From e574fa646e9a00f1447ce92a739bb27ea5f7ef92 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 3 Jul 2019 17:38:46 -0700 Subject: [PATCH] Switch all HTTP URLs to HTTPS. --- buildSrc/src/main/groovy/build/GemFireServerPlugin.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buildSrc/src/main/groovy/build/GemFireServerPlugin.groovy b/buildSrc/src/main/groovy/build/GemFireServerPlugin.groovy index a7ecd68..fa9883b 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, @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package build import org.gradle.api.DefaultTask