This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 499bae10b Fix header in the gradle-wrapper.properties (#1587)
499bae10b is described below

commit 499bae10b1353ed9dbfacfe7582a6165cfec65a6
Author: JB Onofré <jbono...@apache.org>
AuthorDate: Wed May 14 18:49:32 2025 +0200

    Fix header in the gradle-wrapper.properties (#1587)
---
 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 feb6e368c..b8d66c826 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 056f3dd37..1491932c0 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

Reply via email to