From 35d8230662a17d2a3e86b439de2b2c540cfcfef8 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Thu, 21 Mar 2019 12:08:21 -0400 Subject: [PATCH] Updating checkstyle rules to make sure header uses https --- .../src/main/resources/checkstyle-header.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-build-tools/src/main/resources/checkstyle-header.txt b/spring-cloud-build-tools/src/main/resources/checkstyle-header.txt index 154aaa1a..39429ee6 100644 --- a/spring-cloud-build-tools/src/main/resources/checkstyle-header.txt +++ b/spring-cloud-build-tools/src/main/resources/checkstyle-header.txt @@ -5,7 +5,7 @@ ^\Q * you may not use this file except in compliance with the License.\E$ ^\Q * You may obtain a copy of the License at\E$ ^\Q *\E$ -^\Q * http://www.apache.org/licenses/LICENSE-2.0\E$ +^\Q * https://www.apache.org/licenses/LICENSE-2.0\E$ ^\Q *\E$ ^\Q * Unless required by applicable law or agreed to in writing, software\E$ ^\Q * distributed under the License is distributed on an "AS IS" BASIS,\E$