mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 19:34:09 +01:00
Update paperweight to 2.0.0-beta.10
This commit is contained in:
parent
1e4669e8be
commit
9298f593b7
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
tiny 2 0 spigot mojang+yarn
|
||||
tiny 2 0 spigot mojang
|
||||
|
||||
# Originally DistanceManager, which also implements DistanceManager, so clashes since the implemented class
|
||||
# is imported and not fully qualified. Easiest fix is to just change the name
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# a significant amount of time for us to track down every possible issue, so this file will likely be around and in
|
||||
# use - at least in some capacity - for a long time.
|
||||
|
||||
tiny 2 0 mojang+yarn spigot
|
||||
tiny 2 0 mojang spigot
|
||||
|
||||
# CraftBukkit changes type
|
||||
c net/minecraft/server/level/ServerLevel net/minecraft/server/level/WorldServer
|
||||
|
|
|
@ -12,7 +12,7 @@ import java.nio.file.Path
|
|||
import kotlin.random.Random
|
||||
|
||||
plugins {
|
||||
id("io.papermc.paperweight.core") version "2.0.0-beta.8" apply false
|
||||
id("io.papermc.paperweight.core") version "2.0.0-beta.10" apply false
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
|
Loading…
Reference in a new issue