From c6c39c0062b60d4b51a09b72d7d9c0e8618a00f1 Mon Sep 17 00:00:00 2001 From: Chris Egerton Date: Mon, 3 Jun 2024 21:19:18 +0200 Subject: [PATCH] MINOR: Use project path instead of name for spotlessApplyModules in Gradle script (#16177) Reviewers: Chia-Ping Tsai --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a2a6531d29a..cd191877502 100644 --- a/build.gradle +++ b/build.gradle @@ -799,7 +799,7 @@ subprojects { skipConfigurations = [ "zinc" ] } - if (project.name in spotlessApplyModules) { + if (project.path in spotlessApplyModules) { apply plugin: 'com.diffplug.spotless' spotless { java {