[minor] Extract jvm scripting test into a separate task
This commit is contained in:
committed by
TeamCityServer
parent
61e5f68b8d
commit
e7c9a46329
+5
-1
@@ -706,7 +706,7 @@ tasks {
|
||||
dependsOn("compiler:visualizer:test")
|
||||
}
|
||||
|
||||
register("scriptingTest") {
|
||||
register("scriptingJvmTest") {
|
||||
dependsOn("dist")
|
||||
dependsOn(":kotlin-script-util:test")
|
||||
dependsOn(":kotlin-scripting-compiler:test")
|
||||
@@ -725,6 +725,10 @@ tasks {
|
||||
dependsOn(":kotlin-main-kts-test:testWithIr")
|
||||
dependsOn(":kotlin-scripting-ide-services-test:test")
|
||||
dependsOn(":kotlin-scripting-ide-services-test:embeddableTest")
|
||||
}
|
||||
|
||||
register("scriptingTest") {
|
||||
dependsOn("scriptingJvmTest")
|
||||
dependsOn(":kotlin-scripting-js-test:test")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user