mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
refactor: Remove lz4-stream
LZ4-Java contains a modern version & delegate for lz4-java-stream.
This commit is contained in:
@ -40,7 +40,6 @@ dependencies {
|
||||
implementation("commons-cli:commons-cli:1.4")
|
||||
api(libs.parallelgzip) { isTransitive = false }
|
||||
api(libs.lz4Java)
|
||||
api(libs.lz4JavaStream) { isTransitive = false }
|
||||
}
|
||||
|
||||
tasks.named<ShadowJar>("shadowJar") {
|
||||
|
Reference in New Issue
Block a user