Build: Extract j2k to standalone jar

This commit is contained in:
Vyacheslav Gerasimov
2018-05-08 16:16:11 +03:00
parent 8773e2d6f3
commit 42cfacdf0c
5 changed files with 8 additions and 1 deletions

View File

@@ -70,6 +70,8 @@ test.apply {
exclude("**/*JavaToKotlinConverterForWebDemoTestGenerated*")
dependsOn(testForWebDemo)
}
val cleanTest by tasks
cleanTest.dependsOn(cleanTestForWebDemo)
ideaPlugin()

View File

@@ -68,6 +68,8 @@ test.apply {
exclude("**/*JavaToKotlinConverterForWebDemoTestGenerated*")
dependsOn(testForWebDemo)
}
val cleanTest by tasks
cleanTest.dependsOn(cleanTestForWebDemo)
ideaPlugin()

View File

@@ -69,6 +69,8 @@ test.apply {
exclude("**/*JavaToKotlinConverterForWebDemoTestGenerated*")
dependsOn(testForWebDemo)
}
val cleanTest by tasks
cleanTest.dependsOn(cleanTestForWebDemo)
ideaPlugin()

View File

@@ -70,6 +70,8 @@ test.apply {
exclude("**/*JavaToKotlinConverterForWebDemoTestGenerated*")
dependsOn(testForWebDemo)
}
val cleanTest by tasks
cleanTest.dependsOn(cleanTestForWebDemo)
ideaPlugin()

View File

@@ -37,7 +37,6 @@ val projectsToShadow by extra(listOf(
//":idea-ultimate",
":compiler:ir.psi2ir",
":compiler:ir.tree",
":j2k",
":js:js.ast",
":js:js.frontend",
":js:js.parser",