mirror of https://github.com/apache/kafka.git
MINOR: Use project path instead of name for spotlessApplyModules in Gradle script (#16177)
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
7973aa6a39
commit
c6c39c0062
|
@ -799,7 +799,7 @@ subprojects {
|
|||
skipConfigurations = [ "zinc" ]
|
||||
}
|
||||
|
||||
if (project.name in spotlessApplyModules) {
|
||||
if (project.path in spotlessApplyModules) {
|
||||
apply plugin: 'com.diffplug.spotless'
|
||||
spotless {
|
||||
java {
|
||||
|
|
Loading…
Reference in New Issue