jdaugherty commented on code in PR #15312: URL: https://github.com/apache/grails-core/pull/15312#discussion_r2694932232
########## grails-forge/gradle.properties: ########## @@ -60,6 +60,10 @@ spotlessVersion=6.25.0 testRetryVersion=1.6.2 typesafeConfigVersion=1.4.3 +# Build dependency versions not managed by BOMs (needed for buildSrc) +apacheRatVersion=0.8.1 Review Comment: I'm not sure I understand why this needs defined. Rat is only run at the root of grails-core project so it shouldn't be needed in grails-forge nested 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]
