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

Refactored deprecated testCompile #3683

Closed
wants to merge 1 commit into from

Conversation

clarkwalcott
Copy link

A small thing I noticed when checking the docs:
testCompile --> testImplementation

https://docs.gradle.org/current/userguide/java_library_plugin.html

The compile, testCompile, runtime and testRuntime configurations inherited from the Java plugin are still available but are deprecated. You should avoid using them, as they are only kept for backwards compatibility.

I hope this helps! Thanks :)

testCompile --> testImplementation
@bsideup
Copy link
Member

bsideup commented Feb 6, 2021

@clarkwalcott thanks! Could you please change all mentions of testCompile, to make it consistent? :)

@kiview
Copy link
Member

kiview commented Jul 20, 2022

Superseded by #4054.

@kiview kiview closed this Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants