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