Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

support Gradle 7 when copying (test) compile libs #1203

Merged
merged 1 commit into from
Jul 26, 2021

Conversation

amorphous1
Copy link
Contributor

Gradle 7 drops support of the depracated compile/testCompile configurations - compileClasspath/testCompileClasspath can be used instead.

(It might be worth to remove support for compile/testCompile configurations instead, but that would potentially break things for users of ancient Gradle versions.)

Gradle 7 drops support of the depracated compile/testCompile configurations - compileClasspath/testCompileClasspath can be used instead.
@mlangkabel
Copy link
Contributor

@amorphous1: Thanks for the pull request!

@mlangkabel mlangkabel merged commit 3d68f1d into CoatiSoftware:master Jul 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants