This is an automated email from the ASF dual-hosted git repository.

cegerton pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c6c39c0062b MINOR: Use project path instead of name for 
spotlessApplyModules in Gradle script (#16177)
c6c39c0062b is described below

commit c6c39c0062b60d4b51a09b72d7d9c0e8618a00f1
Author: Chris Egerton <chr...@aiven.io>
AuthorDate: Mon Jun 3 21:19:18 2024 +0200

    MINOR: Use project path instead of name for spotlessApplyModules in Gradle 
script (#16177)
    
    Reviewers: Chia-Ping Tsai <chia7...@gmail.com>
---
 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 {

Reply via email to