feat: update function signature across codebase
This commit is contained in:
parent
875a04a850
commit
1ce7fbe3f0
7 changed files with 11 additions and 27 deletions
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
id("java")
|
||||
id("com.gradleup.shadow") version "8.3.2"
|
||||
id("xyz.jpenilla.run-paper") version "2.3.1"
|
||||
id("xyz.jpenilla.run-paper") version "2.3.0"
|
||||
id("io.papermc.paperweight.userdev") version "2.0.0-beta.10"
|
||||
}
|
||||
|
||||
|
@ -98,7 +98,7 @@ tasks {
|
|||
url("https://download.luckperms.net/1575/bukkit/loader/LuckPerms-Bukkit-5.4.158.jar")
|
||||
|
||||
// 1.20.5 - latest testing
|
||||
//url("https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/artifact/build/libs/ProtocolLib.jar")
|
||||
url("https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/artifact/build/libs/ProtocolLib.jar")
|
||||
}
|
||||
|
||||
minecraftVersion("1.21.4")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue