[ 
https://issues.apache.org/jira/browse/KAFKA-18184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Guo reassigned KAFKA-18184:
--------------------------------

    Assignee: Nick Guo

> Remove the unnecessary project path check from build.gradle
> -----------------------------------------------------------
>
>                 Key: KAFKA-18184
>                 URL: https://issues.apache.org/jira/browse/KAFKA-18184
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Chia-Ping Tsai
>            Assignee: Nick Guo
>            Priority: Trivial
>
> https://github.com/apache/kafka/blob/trunk/build.gradle#L132
> ```
>       if (!project.path.startsWith(":connect") && 
> !project.path.startsWith(":storage"))
>         options.compilerArgs << "-Xlint:-rawtypes"
> ```
> in the block the project path is not initialized, so it is always empty.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to