201: "testFramework" and "testFramework.core" libs introduced

This commit is contained in:
Nikolay Krasko
2020-01-28 21:55:14 +03:00
committed by Nikolay Krasko
parent 641fa1f17c
commit 56d960c65b
+9
View File
@@ -47,6 +47,15 @@ dependencies {
Platform[193].orLower {
testCompile(intellijDep()) { includeJars("openapi", "picocontainer", rootProject = rootProject) }
}
Platform[201].orHigher {
testCompile(intellijDep()) {
includeJars(
"testFramework",
"testFramework.core",
rootProject = rootProject
)
}
}
testCompile(intellijDep()) {
includeJars(
"jps-model",