Skip to content

Commit b07568a

Browse files
committed
compile against 1.21 instead of 1.21.3
1 parent f260e19 commit b07568a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
# Minecraft expectations
3-
paper = "1.21.3-R0.1-SNAPSHOT"
3+
paper = "1.21-R0.1-SNAPSHOT"
44
fastutil = "8.5.9"
55
guava = "31.1-jre"
66
log4j = "2.19.0"

worldedit-bukkit/src/test/java/com/sk89q/wepif/TestOfflinePermissible.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ public void setStatistic(
376376
return null;
377377
}
378378

379-
@Override
379+
// @Override
380380
public @NotNull PersistentDataContainerView getPersistentDataContainer() {
381381
throw new UnsupportedOperationException("Not supported yet.");
382382
}

0 commit comments

Comments
 (0)