[
https://issues.apache.org/jira/browse/KAFKA-18184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-18184.
------------------------------------
Fix Version/s: 4.0.0
Resolution: Fixed
> 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
> Fix For: 4.0.0
>
>
> 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)