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

chia7712 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new cc9702ae77e MINOR: Remove outdated license header comment in 
wrapper.gradle (#20678)
cc9702ae77e is described below

commit cc9702ae77e793adf4540c43dc1f928851c2853a
Author: Shang-Hao Yang <[email protected]>
AuthorDate: Sat Oct 11 01:17:26 2025 +0800

    MINOR: Remove outdated license header comment in wrapper.gradle (#20678)
    
    The comment stating "Additionally adds a license header to the wrapper
    while editing the file contents" is no longer accurate. This
    functionality was removed in PR #7742 (commit 45842a3962) since Gradle
    5.6+ automatically handles license headers in wrapper files.
    
    Reviewers: Chia-Ping Tsai <[email protected]>
---
 wrapper.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/wrapper.gradle b/wrapper.gradle
index 4cd9fc65f9d..a0f400271d0 100644
--- a/wrapper.gradle
+++ b/wrapper.gradle
@@ -28,7 +28,6 @@ wrapper {
 
 // Custom task to inject support for downloading the gradle wrapper jar if it 
doesn't exist.
 // This allows us to avoid checking in the jar to our repository.
-// Additionally adds a license header to the wrapper while editing the file 
contents.
 task bootstrapWrapper() {
     // In the doLast block so this runs when the task is called and not during 
project configuration.
     doLast {

Reply via email to