Chia-Ping Tsai created KAFKA-18184:
--------------------------------------
Summary: 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
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)