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:
@@ -18,7 +18,7 @@ val packagesToRelocate =
|
|||||||
"org.apache",
|
"org.apache",
|
||||||
"org.jdom",
|
"org.jdom",
|
||||||
"org.picocontainer",
|
"org.picocontainer",
|
||||||
"jline",
|
"org.jline",
|
||||||
"gnu",
|
"gnu",
|
||||||
"org.fusesource")
|
"org.fusesource")
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,9 @@ compilerDummyJar(compilerDummyForDependenciesRewriting("compilerDummy") {
|
|||||||
classifier = "dummy"
|
classifier = "dummy"
|
||||||
})
|
})
|
||||||
|
|
||||||
runtimeJar(embeddableCompiler())
|
runtimeJar(embeddableCompiler()) {
|
||||||
|
exclude("com/sun/jna/**")
|
||||||
|
}
|
||||||
|
|
||||||
sourcesJar()
|
sourcesJar()
|
||||||
javadocJar()
|
javadocJar()
|
||||||
|
|||||||
Reference in New Issue
Block a user