9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2026-01-04 15:41:35 +00:00

checkpoint - 34

This commit is contained in:
XiaoMoMi
2024-07-10 03:16:47 +08:00
parent fed983df40
commit 8fcc744d3a
6 changed files with 62 additions and 5 deletions

View File

@@ -267,6 +267,13 @@ public enum Dependency {
"slf4j-api",
"maven",
"slf4j"
),
LZ4(
"org{}lz4",
"lz4-java",
"maven",
"lz4-java",
Relocation.of("jpountz", "net{}jpountz")
);
private final List<Relocation> relocations;

View File

@@ -23,4 +23,5 @@ gson=${gson_version}
caffeine=${caffeine_version}
jedis=${jedis_version}
exp4j=${exp4j_version}
slf4j=${slf4j_version}
slf4j=${slf4j_version}
lz4-java=${lz4_version}