semioticrobotic commented on PR #25: URL: https://github.com/apache/geode-site/pull/25#issuecomment-3324016167
> * It is pretty annoying that the Gradle Rat plugin doesn't show _which_ file violated the rule. Geode uses a pretty old version of the plugin (0.3.0). A newer version (0.8.1) is available (https://plugins.gradle.org/plugin/org.nosphere.apache.rat), perhaps that gives better feedback? > > * I tried running locally, which revealed that the file with missing license information is actually `website/content/img/asf_logo.svg`. Apparently 'png' is not checked because it is 'binary', but 'svg' it checked because it is 'text'(like). I wonder if the newest version of the Gradle Rat plugin is also so strict ;) Yikes! Thanks so much for tracing that down, @raboof. In this case, what do you recommend to appease the plugin and remain in compliance? -- 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]
