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:
Chris Egerton 2024-06-03 21:19:18 +02:00 committed by GitHub
parent 7973aa6a39
commit c6c39c0062
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -799,7 +799,7 @@ subprojects {
skipConfigurations = [ "zinc" ]
}
if (project.name in spotlessApplyModules) {
if (project.path in spotlessApplyModules) {
apply plugin: 'com.diffplug.spotless'
spotless {
java {