mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-31 12:12:08 -07:00
Updated Upstream (CraftBukkit)
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing CraftBukkit Changes: f992ce60 Fix duplicate datapack reload on /reload
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
java
|
||||
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
|
||||
id("io.papermc.paperweight.core") version "1.0.1"
|
||||
id("io.papermc.paperweight.core") version "1.0.1-LOCAL-SNAPSHOT"
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
@@ -1,9 +1,11 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
gradlePluginPortal()
|
||||
maven("https://papermc.io/repo/repository/maven-public/")
|
||||
}
|
||||
}
|
||||
includeBuild("../paperweight")
|
||||
|
||||
rootProject.name = "Paper"
|
||||
|
||||
|
Submodule work/CraftBukkit updated: 622cf61119...f992ce6097
Reference in New Issue
Block a user