kevinjqliu opened a new pull request, #15705: URL: https://github.com/apache/iceberg/pull/15705
While reviewing #15440, I noticed that changes under `gradle/`, including `libs.versions.toml`, are ignored by git. We should not ignore this file because it is the source of truth for dependency versions and is already maintained in the project history: https://github.com/apache/iceberg/commits/main/gradle/libs.versions.toml Removing `gradle/` from `.gitignore` also makes `libs.versions.toml` show up in VS Code search results, which improves discoverability when reviewing or updating dependencies. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
