mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
use paper 1.21.5 nms
This commit is contained in:
parent
0e4543769e
commit
0a548d1cc9
2 changed files with 19 additions and 23 deletions
|
|
@ -3,18 +3,15 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
|||
group = rootProject.group
|
||||
version = rootProject.version
|
||||
|
||||
//TODO uncomment when paperDevBundle 1.21.4 release
|
||||
/*plugins {
|
||||
plugins {
|
||||
id("io.papermc.paperweight.userdev")
|
||||
}*/
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":nms:nms-common"))
|
||||
|
||||
// Used for nms
|
||||
compileOnly("org.spigotmc:spigot-api:1.20.5-R0.1-SNAPSHOT") //TODO remove when paperDevBundle 1.21.5 release
|
||||
compileOnly("org.spigotmc:spigot:1.21.5-R0.1-SNAPSHOT") //TODO remove when paperDevBundle 1.21.5 release
|
||||
//paperweight.paperDevBundle("1.21.5-R0.1-SNAPSHOT") //TODO uncomment when paperDevBundle 1.21.5 release
|
||||
paperweight.paperDevBundle("1.21.5-no-moonrise-SNAPSHOT")
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue