Skip to content

Commit cc9702a

Browse files
authored
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 45842a3) since Gradle 5.6+ automatically handles license headers in wrapper files. Reviewers: Chia-Ping Tsai <[email protected]>
1 parent 90087e4 commit cc9702a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wrapper.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ wrapper {
2828

2929
// Custom task to inject support for downloading the gradle wrapper jar if it doesn't exist.
3030
// This allows us to avoid checking in the jar to our repository.
31-
// Additionally adds a license header to the wrapper while editing the file contents.
3231
task bootstrapWrapper() {
3332
// In the doLast block so this runs when the task is called and not during project configuration.
3433
doLast {

0 commit comments

Comments
 (0)