yanrongzhen commented on code in PR #4447: URL: https://github.com/apache/eventmesh/pull/4447#discussion_r1333347600
########## eventmesh-trace-plugin/build.gradle: ########## @@ -13,4 +13,5 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ \ No newline at end of file + */ +spotlessJava.enabled false Review Comment: This is because the execution of spotless tasks on some parent projects needs to display the declaration of dependencies, and this declaration is often more complex, and it needs to change frequently with the increase of child projects, but there is no code that needs to be converted on the parent project. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
