Skip to content

Commit

Permalink
Cleanup unnecessary dependencies from shadowJar
Browse files Browse the repository at this point in the history
  • Loading branch information
ting-yuan committed Sep 15, 2020
1 parent 31ef80b commit fa61d9d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions symbol-processing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ dependencies {
tasks.withType<ShadowJar>() {
classifier = ""
from(packedJars)
exclude(
"kotlin/**",
"org/intellij/**",
"org/jetbrains/annotations/**",
"META-INF/maven/org.jetbrains/annotations/*",
"META-INF/kotlin-stdlib*"
)
relocate("com.intellij", "org.jetbrains.kotlin.com.intellij")
}

Expand Down

0 comments on commit fa61d9d

Please sign in to comment.