Skip to content

Commit

Permalink
Do not minimize lz4-java
Browse files Browse the repository at this point in the history
some of the classes can be loaded via reflection
  • Loading branch information
ting-yuan authored and neetopia committed Apr 4, 2024
1 parent 77a93be commit bad7dac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kotlin-analysis-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,9 @@ tasks.withType<ShadowJar>() {
}
exclude("kotlin/**")
archiveClassifier.set("")
minimize()
minimize {
exclude(dependency("org.lz4:lz4-java:.*"))
}
mergeServiceFiles()

doLast {
Expand Down

0 comments on commit bad7dac

Please sign in to comment.