snazy commented on code in PR #495:
URL: https://github.com/apache/polaris/pull/495#discussion_r1862224151
##########
build-logic/src/main/kotlin/LicenseFileValidation.kt:
##########
@@ -58,7 +58,7 @@ class LicenseFileValidation : DependencyFilter {
override fun filter(data: ProjectData?): ProjectData {
data!!
- val rootLicenseFile = data.project.rootProject.file("LICENSE").readText()
+ val rootLicenseFile =
data.project.rootProject.file("LICENSE.bin").readText()
Review Comment:
`.bin` implies it's a binary file - maybe `DEPENDENCY-LICENSES.txt` or just
`DEPENDENCY-LICENSES`?
--
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]