mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-26 22:40:21 +01:00
850a1e1949
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
12 lines
278 B
Text
12 lines
278 B
Text
pluginManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
gradlePluginPortal()
|
|
maven("https://papermc.io/repo/repository/maven-public/")
|
|
}
|
|
}
|
|
includeBuild("../paperweight")
|
|
|
|
rootProject.name = "Paper"
|
|
|
|
include("Paper-API", "Paper-Server", "Paper-MojangAPI")
|