This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch release/0.10.x in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/release/0.10.x by this push: new 5f1e7c432 Fix header in the gradle-wrapper.properties (#1587) 5f1e7c432 is described below commit 5f1e7c432c7e55e4c54c9c91a73790668689ad62 Author: JB Onofré <jbono...@apache.org> AuthorDate: Wed May 14 18:49:32 2025 +0200 Fix header in the gradle-wrapper.properties (#1587) (cherry picked from commit 499bae10b1353ed9dbfacfe7582a6165cfec65a6) --- 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 e39abe385..7ae89a45a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -86,7 +86,7 @@ tasks.named<RatTask>("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 867ac2608..d711ef48d 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