9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-31 04:46:36 +00:00

update to gradle 8.6

This commit is contained in:
XiaoMoMi
2024-02-26 12:49:46 +08:00
parent 9ebabd752e
commit 9966ade2f2
3 changed files with 2 additions and 3 deletions

View File

@@ -296,7 +296,7 @@ public enum Dependency {
COMMONS_POOL_2(
"org{}apache{}commons",
"commons-pool2",
"2.11.0",
"2.12.0",
null,
"commons-pool2",
Relocation.of("commonspool2", "org{}apache{}commons{}pool2")

View File

@@ -53,7 +53,6 @@ public class VersionManagerImpl implements VersionManager {
String[] split = serverVersion.split("_");
int main_ver = Integer.parseInt(split[1]);
// Determine if the server version is newer than 1_19_R2 and 1_20_R1
if (main_ver >= 20) {
isNewerThan1_19_R2 = true;
isNewerThan1_19_R3 = true;