Add jps-common/test source root

This commit is contained in:
Nikita Bobko
2021-12-22 16:14:20 +01:00
parent 047272e56f
commit 3b3a7f4566
+3 -1
View File
@@ -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()