jprinet commented on code in PR #14895: URL: https://github.com/apache/grails-core/pull/14895#discussion_r2207123042
########## gradle/java-config.gradle: ########## @@ -27,7 +27,7 @@ extensions.configure(JavaPluginExtension) { tasks.withType(Javadoc).configureEach { Javadoc it -> it.options.noTimestamp true // prevent the file header with the date - it.options.bottom "Generated ${formattedBuildDate} (UTC)" + it.options.bottom "Generated ${formattedBuildDateForCache} (UTC)" Review Comment: applied on 85246f3a4d8e6543cccfccf18b3de531cbea4dbf -- 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: notifications-unsubscr...@grails.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org