Build: Workaround wrong import of transitive libraries in Idea

This commit is contained in:
Vyacheslav Gerasimov
2019-06-17 01:24:39 +03:00
parent bbfa2646fd
commit a10a261894
+3 -1
View File
@@ -94,11 +94,13 @@ publish()
noDefaultJar()
val packCompiler by task<ShadowJar> {
configurations = listOf(fatJarContents)
configurations = emptyList()
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
destinationDir = File(buildDir, "libs")
setupPublicJar(compilerBaseName, "before-proguard")
from(fatJarContents)
dependsOn(fatJarContentsStripServices)
from {