Restore noDefaultJar() in kotlin-compiler project

This commit is contained in:
Vyacheslav Gerasimov
2018-09-25 17:51:09 +03:00
parent 1f0e9f24c5
commit 666b660f79
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -85,6 +85,7 @@ dependencies {
fatJarContentsStripMetadata(intellijDep()) { includeJars("oro-2.0.8", "jdom", "log4j") }
}
noDefaultJar()
val packCompiler by task<ShadowJar> {
configurations = listOf(fatJar)
+1
View File
@@ -85,6 +85,7 @@ dependencies {
fatJarContentsStripMetadata(intellijDep()) { includeJars("oromatcher", "jdom", "log4j") }
}
noDefaultJar()
val packCompiler by task<ShadowJar> {
configurations = listOf(fatJar)
+1
View File
@@ -85,6 +85,7 @@ dependencies {
fatJarContentsStripMetadata(intellijDep()) { includeJars("oro-2.0.8", "jdom", "log4j") }
}
noDefaultJar()
val packCompiler by task<ShadowJar> {
configurations = listOf(fatJar)