apache / iceberg

Apache Iceberg
https://iceberg.apache.org/
Apache License 2.0
6.49k stars 2.24k forks source link

Gradle task to update LICENSE and NOTICE on every build for runtime jars #11559

Open ajantha-bhat opened 1 week ago

ajantha-bhat commented 1 week ago

Apache Iceberg version

None

Query engine

None

Please describe the bug 🐞

Currently LICENSE and NOTICE info is generated for runtime jars using the plugin https://github.com/jk1/Gradle-License-Report.

The report is manually parsed. But when dependabot updates the dependencies, we are not regenerating the LICENSE and NOTICE. So, we need a gradle task to update LICENSE and NOTICE on every build for runtime jars.

Willingness to contribute

ajantha-bhat commented 1 week ago

@bryanck is working on the parser. Happy to collaborate or test it out.