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

Chia-Ping Tsai updated KAFKA-17906:
-----------------------------------
    Priority: Minor  (was: Major)

> remove redundant sourceSets from build.gradle
> ---------------------------------------------
>
>                 Key: KAFKA-17906
>                 URL: https://issues.apache.org/jira/browse/KAFKA-17906
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Chia-Ping Tsai
>            Assignee: Chia-Ping Tsai
>            Priority: Minor
>
> according to 
> https://docs.gradle.org/current/userguide/building_java_projects.html#sec:compile,
>  the following `sourceSets` is totally equal to the default setting. So we 
> should remove them from build.gradle
>   sourceSets {
>     main {
>       java {
>         srcDirs = ["src/main/java"]
>       }
>     }
>     test {
>       java {
>         srcDirs = ["src/test/java"]
>       }
>     }
>   }



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

Reply via email to