licensed
licensed copied to clipboard
Re-evaluate default Gradle configurations
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.
- Should
runtimeOnlybe 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. - Are there any other Gradle configurations that should be included in the list of default configurations?