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

build.gradle: switch to Gradle 7 compatible directives #47

Merged
merged 1 commit into from
Mar 17, 2021

Conversation

kyrylo
Copy link
Contributor

@kyrylo kyrylo commented Mar 17, 2021

Eliminates the following warnings:

The compile configuration has been deprecated for dependency declaration. This
will fail with an error in Gradle 7.0. Please use the implementation or api
configuration instead.

The testCompile configuration has been deprecated for dependency
declaration. This will fail with an error in Gradle 7.0. Please use the
testImplementation configuration instead.

Eliminates the following warnings:

> The compile configuration has been deprecated for dependency declaration. This
> will fail with an error in Gradle 7.0. Please use the implementation or api
> configuration instead.

> The testCompile configuration has been deprecated for dependency
> declaration. This will fail with an error in Gradle 7.0. Please use the
> testImplementation configuration instead.
@kyrylo kyrylo merged commit 215e957 into master Mar 17, 2021
@kyrylo kyrylo deleted the compile-warnings branch March 17, 2021 10:33
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.

None yet

1 participant