Use rewriteDeps task on the projects with runtime dependency on embeddable compiler...

which are using shaded dependencies
This commit is contained in:
Ilya Chernikov
2017-10-12 14:07:18 +02:00
parent fb70227868
commit 050403d15b
7 changed files with 24 additions and 96 deletions
@@ -93,6 +93,8 @@ jar {
manifestAttributes(manifest, project)
}
ArtifactsKt.runtimeJar(project, EmbeddableKt.rewriteDepsToShadedCompiler(project, jar, {}), {})
artifacts {
archives sourcesJar
archives javadocJar