From 2acfc26f5c122669d2ad9edec911ee7fc60e18ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?JB=20Onofr=C3=A9?= Date: Wed, 14 May 2025 15:45:49 +0200 Subject: [PATCH] Fix header in the gradle-wrapper.properties --- build.gradle.kts | 2 +- gradle/wrapper/gradle-wrapper.properties | 19 ------------------- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index feb6e368ca..b8d66c8268 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -86,7 +86,7 @@ tasks.named("rat").configure { excludes.add("spec/docs.yaml") excludes.add("spec/index.yml") - excludes.add("gradle/wrapper/gradle-wrapper*.jar*") + excludes.add("gradle/wrapper/gradle-wrapper*") excludes.add("logs/**") excludes.add("service/common/src/**/banner.txt") diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 056f3dd37e..1491932c00 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,22 +1,3 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); 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 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# - distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists # See https://gradle.org/release-checksums/ for valid checksums