Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce exported transient depencencies #300

Merged
merged 1 commit into from
Sep 28, 2022

Conversation

yuri1969
Copy link
Contributor

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?

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
Copy link
Contributor Author

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

@davydotcom davydotcom merged commit bb4e529 into bertramdev:master Sep 28, 2022
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.

2 participants