Build: Embed nj2k into kotlin-plugin.jar

This commit is contained in:
Vyacheslav Gerasimov
2019-04-05 02:35:20 +03:00
parent da7a4a6d58
commit a0adc97768
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -90,4 +90,3 @@ fun configureFreeCompilerArg(isEnabled: Boolean, compilerArgument: String) {
}
}
}
ideaPlugin()
-2
View File
@@ -72,5 +72,3 @@ dependencies {
sourceSets {
"main" { projectDefault() }
}
ideaPlugin()
+3 -1
View File
@@ -72,6 +72,8 @@ val projectsToShadow by extra(listOf(
":plugins:uast-kotlin",
":plugins:uast-kotlin-idea",
":j2k",
":nj2k",
":nj2k:nj2k-services",
":kotlin-allopen-compiler-plugin",
":kotlin-noarg-compiler-plugin",
":kotlin-sam-with-receiver-compiler-plugin",
@@ -103,7 +105,7 @@ configurations.all {
resolutionStrategy {
preferProjectModules()
}
exclude("org.jetbrains.intellij.deps", "trove4j") // Idea already has trove4j
}