Upstream fallout

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
This commit is contained in:
Joshua Castle 2023-05-11 21:54:59 -07:00
parent bb6e2e475a
commit d6ed896b2d
No known key found for this signature in database
GPG key ID: F674F38216C35D5D
2 changed files with 1 additions and 11 deletions

View file

@ -66,10 +66,6 @@ configurations.api {
// This is still experimental - additionally, it could only really benefit standalone
exclude(group = "io.netty.incubator", module = "netty-incubator-transport-native-io_uring")
}
java {
sourceCompatibility = JavaVersion.VERSION_14
targetCompatibility = JavaVersion.VERSION_14
}
tasks.processResources {
// This is solely for backwards compatibility for other programs that used this file before the switch to gradle.

View file

@ -70,13 +70,7 @@ import org.geysermc.geyser.item.type.Item;
import org.geysermc.geyser.registry.type.*;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import java.util.Locale;
import java.util.Map;
import java.util.Set;
import java.util.*;
import java.util.concurrent.atomic.AtomicInteger;
/**