mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 04:14:18 +02:00
* Add JSON output support to dependencyLicenseInfo - Add LicenseInfo rendering object with text and JSON output - Add dependencyLicenseInfo input task key - Implement dependencyLicenseInfo task with JSON format support - Supports --out option for file output - Auto-detects JSON format from .json file extension - Follows same pattern as dependencyTree task Resolves #7771