diff --git a/jps/jps-common/build.gradle.kts b/jps/jps-common/build.gradle.kts index f59eca69fcd..5c9a207ff09 100644 --- a/jps/jps-common/build.gradle.kts +++ b/jps/jps-common/build.gradle.kts @@ -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()