raboof commented on PR #25: URL: https://github.com/apache/geode-site/pull/25#issuecomment-3322784241
* 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 ;) -- 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]
