Build: Fix deprecated Gradle configurations usages
for migration to Gradle 7+ #KTI-559
This commit is contained in:
@@ -18,7 +18,7 @@ val depenencyProjects = arrayOf(
|
||||
|
||||
dependencies {
|
||||
depenencyProjects.forEach {
|
||||
testCompile(projectTests(it))
|
||||
testApi(projectTests(it))
|
||||
jpsTest(project(it, configuration = "jpsTest"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user