Add jps-common/test source root
This commit is contained in:
@@ -14,11 +14,13 @@ dependencies {
|
|||||||
compile(project(":native:frontend.native"))
|
compile(project(":native:frontend.native"))
|
||||||
compileOnly(intellijDep())
|
compileOnly(intellijDep())
|
||||||
compileOnly(jpsStandalone()) { includeJars("jps-model") }
|
compileOnly(jpsStandalone()) { includeJars("jps-model") }
|
||||||
|
|
||||||
|
testCompile(commonDep("junit:junit"))
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
"main" { projectDefault() }
|
"main" { projectDefault() }
|
||||||
"test" {}
|
"test" { projectDefault() }
|
||||||
}
|
}
|
||||||
|
|
||||||
runtimeJar()
|
runtimeJar()
|
||||||
|
|||||||
Reference in New Issue
Block a user