201: "testFramework" and "testFramework.core" libs introduced
This commit is contained in:
committed by
Nikolay Krasko
parent
641fa1f17c
commit
56d960c65b
@@ -47,6 +47,15 @@ dependencies {
|
|||||||
Platform[193].orLower {
|
Platform[193].orLower {
|
||||||
testCompile(intellijDep()) { includeJars("openapi", "picocontainer", rootProject = rootProject) }
|
testCompile(intellijDep()) { includeJars("openapi", "picocontainer", rootProject = rootProject) }
|
||||||
}
|
}
|
||||||
|
Platform[201].orHigher {
|
||||||
|
testCompile(intellijDep()) {
|
||||||
|
includeJars(
|
||||||
|
"testFramework",
|
||||||
|
"testFramework.core",
|
||||||
|
rootProject = rootProject
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
testCompile(intellijDep()) {
|
testCompile(intellijDep()) {
|
||||||
includeJars(
|
includeJars(
|
||||||
"jps-model",
|
"jps-model",
|
||||||
|
|||||||
Reference in New Issue
Block a user