You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2021/03/18 20:22:26 UTC

[kafka] branch 2.8 updated: MINOR: Exclude KIP-500.md from rat check (#10354)

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

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


The following commit(s) were added to refs/heads/2.8 by this push:
     new b418935  MINOR: Exclude KIP-500.md from rat check (#10354)
b418935 is described below

commit b4189355175611f15fe21c9edd0e8bc39e31dea8
Author: Justine Olshan <jo...@confluent.io>
AuthorDate: Thu Mar 18 13:17:44 2021 -0700

    MINOR: Exclude KIP-500.md from rat check (#10354)
    
    Builds are failing since this file does not have a license. Similar .md files do not seem to have licenses,
    so I've added this file to the exclude list.
---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index 3d00354..b7aff53 100644
--- a/build.gradle
+++ b/build.gradle
@@ -154,6 +154,7 @@ if (file('.git').exists()) {
         'gradlew',
         'gradlew.bat',
         'gradle/wrapper/gradle-wrapper.properties',
+        'KIP-500.md',
         'TROGDOR.md',
         '**/README.md',
         '**/id_rsa',