dejan2609 commented on PR #13205:
URL: https://github.com/apache/kafka/pull/13205#issuecomment-1431760212

   At the moment spotless is used via Jenkins CI server :arrow_right: 
Jenkinsfile 'spotlessScalaCheck' task execution: 
https://github.com/apache/kafka/blob/3.4.0/Jenkinsfile#L23
   
   My suggestion is to:
   - remove 'spotlessScalaCheck' out of Jenkinsfile 
   - put some comments into build.gradle that would prevent others from 
changing anything related to spotless until Kafka 4.0 comes into play (i.e. 
after Java 8 is dropped):
      - plugin definition: 
https://github.com/apache/kafka/blob/3.4.0/build.gradle#L33
      - plugin configuration: 
https://github.com/apache/kafka/blob/3.4.0/build.gradle#L47
   
   Note: this PR already removes task 
[dependency](https://github.com/apache/kafka/blob/3.4.0/build.gradle#L2084).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to