Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix gradle deprecation warnings. #122

Merged
merged 1 commit into from
Nov 23, 2019
Merged

Conversation

jameshilliard
Copy link
Contributor

This should fix most deprecation warnings emitted by gradle, special care should be taken when reviewing fixes that change compile to implementation as transient dependencies are not exposed unless api is used.

@ar ar merged commit c3fdfb5 into jpos:master Nov 23, 2019
@ar
Copy link
Member

ar commented Nov 23, 2019

Thank you for the PR. I had to temporarily change 'implementation' to 'api' because otherwise it would break a lot of systems. We'll slowly move them back to 'api'.

@jameshilliard jameshilliard deleted the fix-deprecation branch November 24, 2019 22:22
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants