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:
@@ -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")
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user