bertramdev / asset-pipeline

The core implementation of the asset pipeline for the jvm
192 stars 90 forks source link

Reduce exported transient depencencies #300

Closed yuri1969 closed 1 year ago

yuri1969 commented 2 years ago

Commit 1192aa1 migrated Gradle dependency configurations from provided to implementation. This altered the build output.

Particularly, the Grails pipeline exports many unnecessary depencencies.

AFAIK Gradle's compileOnly is the replacement for the deprecated provided configuration, is it not?

yuri1969 commented 1 year ago

@davydotcom Is there anything else to be done on this PR?