licensed icon indicating copy to clipboard operation
licensed copied to clipboard

Re-evaluate default Gradle configurations

Open jonabc opened this issue 2 years ago • 0 comments

ref https://github.com/github/licensed/pull/631

The Gradle dependency enumerator includes runtimeOnly as one of the default configurations. This was included as a default configuration in https://github.com/github/licensed/pull/630, replacing an older runtime configuration that has been deprecated in favor of runtimeOnly.

  1. Should runtimeOnly be removed from the list of default configuration? The Gradle docs seem to indicate that it's not necessary but real-world usage often differs from documented expectations.
  2. Are there any other Gradle configurations that should be included in the list of default configurations?

jonabc avatar Feb 25 '23 20:02 jonabc