Bring back filtering of jna and shading of jline in embeddable compiler

they were lost during the migration to gradle

(cherry picked from commit 126a6a8)
This commit is contained in:
Ilya Chernikov
2017-11-20 17:00:29 +01:00
parent a9548b1224
commit 56542286eb
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -18,7 +18,9 @@ compilerDummyJar(compilerDummyForDependenciesRewriting("compilerDummy") {
classifier = "dummy"
})
runtimeJar(embeddableCompiler())
runtimeJar(embeddableCompiler()) {
exclude("com/sun/jna/**")
}
sourcesJar()
javadocJar()