Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2023

This PR contains the following updates:

Package Change Age Confidence
app.cash.licensee:licensee-gradle-plugin 1.7.0 -> 1.14.1 age confidence

Release Notes

cashapp/licensee (app.cash.licensee:licensee-gradle-plugin)

v1.14.1

Compare Source

Changed

  • The minimum-supported Gradle version is now (tested as) 8.12. What was it before? Entirely unspecified!

v1.14.0

Compare Source

New

  • Support overriding artifacts.json report path bundled into your Android APK (under assets/ path).

    licensee {
      bundleAndroidAsset = true
      androidAssetReportPath = "example/licenses.json"
    }
    
  • Update SPDX database to version 3.27 (2025-07-01).

Changed

  • In-development snapshots are now published to the Central Portal Snapshots repository at https://central.sonatype.com/repository/maven-snapshots/.

  • Limit the plugin used Kotlin language version to 1.8 to ensure support for Gradle 8.

    This is the last release with Gradle 8 support.

v1.13.0

Compare Source

New

  • DSL now has a type-safe version of allow which accepts a SpdxId constant.

    licensee {
      allow(SpdxId.Apache_20)
    }
    
  • The artifacts.json report can now be automatically bundled into your Android APK (at assets/app/cash/licensee/artifacts.json path).

    licensee {
      bundleAndroidAsset = true
    }
    
  • Update SPDX database to version 3.26 (2024-12-30).

Changed

  • Removed Kotlin stdlib dependency. This is provided by the enclosing Gradle classpath in which the plugin is running.

v1.12.0

Compare Source

Changed

  • Update SPDX database to version 3.25 (2024-08-19).
  • Add fallback URL for popular MIT variant.

v1.11.0

Compare Source

New

  • LicenseeTask exposes jsonOutput and validationOutput properties which are providers of the generated file that you can use to copy elsewhere or bundle into binaries.

Changed

  • Invalid SPDX identifiers passed to allow will now throw an exception.
  • Update SPDX database to version 3.23 (2024-02-08).

v1.10.0

Compare Source

New

  • Gradle platform dependencies (also sometimes called BOMs) are now ignored since they only contribute version constraints and no code.

v1.9.1

Compare Source

Fixed

  • Avoid task name showing up in logs when logging is disabled but unused licenses are present.

v1.9.0

Compare Source

Added

  • Add configuration option for behavior on unused license. By default we log, but you can now choose to ignore.

    licensee {
      unusedAction(IGNORE)
    }
  • New fallback URL for ISC.

Changed

  • Update SPDX database to version 3.22 (2023-10-05).

v1.8.0

Compare Source

Changed

  • Fallback URLs now map to multiple license SPDX IDs where appropriate.
    For example, https://opensource.org/license/gpl-2-0 matches both GPL-2.0 and GPL-2.0-or-later.

  • Remove the use of afterEvalute internally. This causes some task names to slightly change and the output folders
    to slightly change when used with the Android Gradle plugin.

  • Update SPDX database to version 3.21 (2023-06-18).

  • Minimum Gradle version is now 8.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/app.cash.licensee-licensee-gradle-plugin-1.x branch from dd598b8 to 942d556 Compare September 29, 2023 17:06
@renovate renovate bot force-pushed the renovate/app.cash.licensee-licensee-gradle-plugin-1.x branch from 942d556 to da760b6 Compare October 16, 2023 16:39
@renovate renovate bot changed the title fix(deps): update dependency app.cash.licensee:licensee-gradle-plugin to v1.8.0 fix(deps): update dependency app.cash.licensee:licensee-gradle-plugin to v1.9.0 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/app.cash.licensee-licensee-gradle-plugin-1.x branch from da760b6 to 2c622aa Compare January 29, 2024 19:59
@renovate renovate bot force-pushed the renovate/app.cash.licensee-licensee-gradle-plugin-1.x branch from 2c622aa to b165f70 Compare February 12, 2024 16:29
@renovate renovate bot changed the title fix(deps): update dependency app.cash.licensee:licensee-gradle-plugin to v1.9.0 fix(deps): update dependency app.cash.licensee:licensee-gradle-plugin to v1.9.1 Feb 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency app.cash.licensee:licensee-gradle-plugin to v1.9.1 fix(deps): update dependency app.cash.licensee:licensee-gradle-plugin to v1.10.0 Mar 28, 2024
@renovate renovate bot force-pushed the renovate/app.cash.licensee-licensee-gradle-plugin-1.x branch 2 times, most recently from a9e2648 to 2cf9c34 Compare March 29, 2024 16:44
@renovate renovate bot changed the title fix(deps): update dependency app.cash.licensee:licensee-gradle-plugin to v1.10.0 fix(deps): update dependency app.cash.licensee:licensee-gradle-plugin to v1.11.0 Mar 29, 2024
@renovate renovate bot changed the title fix(deps): update dependency app.cash.licensee:licensee-gradle-plugin to v1.11.0 fix(deps): update dependency app.cash.licensee:licensee-gradle-plugin to v1.12.0 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/app.cash.licensee-licensee-gradle-plugin-1.x branch from 2cf9c34 to daddf57 Compare October 15, 2024 20:30
@renovate renovate bot changed the title fix(deps): update dependency app.cash.licensee:licensee-gradle-plugin to v1.12.0 fix(deps): update dependency app.cash.licensee:licensee-gradle-plugin to v1.13.0 Mar 20, 2025
@renovate renovate bot force-pushed the renovate/app.cash.licensee-licensee-gradle-plugin-1.x branch from daddf57 to fc952c9 Compare March 20, 2025 22:06
@renovate renovate bot force-pushed the renovate/app.cash.licensee-licensee-gradle-plugin-1.x branch from fc952c9 to b41fc73 Compare October 7, 2025 18:37
@renovate renovate bot changed the title fix(deps): update dependency app.cash.licensee:licensee-gradle-plugin to v1.13.0 fix(deps): update dependency app.cash.licensee:licensee-gradle-plugin to v1.14.0 Oct 7, 2025
@renovate renovate bot force-pushed the renovate/app.cash.licensee-licensee-gradle-plugin-1.x branch from b41fc73 to 7487e47 Compare October 9, 2025 05:39
@renovate renovate bot changed the title fix(deps): update dependency app.cash.licensee:licensee-gradle-plugin to v1.14.0 fix(deps): update dependency app.cash.licensee:licensee-gradle-plugin to v1.14.1 Oct 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants