mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-22 10:35:38 +01:00
Bump paerweight to 1.1.7
This commit is contained in:
parent
1c77d64713
commit
12dec20e11
@ -1,7 +1,7 @@
|
|||||||
plugins {
|
plugins {
|
||||||
java
|
java
|
||||||
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
|
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
|
||||||
id("io.papermc.paperweight.core") version "1.1.6"
|
id("io.papermc.paperweight.core") version "1.1.7"
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
@ -90,6 +90,17 @@ paperweight {
|
|||||||
|
|
||||||
additionalSpigotMemberMappings.set(layout.projectDirectory.file("build-data/additional-spigot-member-mappings.csrg"))
|
additionalSpigotMemberMappings.set(layout.projectDirectory.file("build-data/additional-spigot-member-mappings.csrg"))
|
||||||
craftBukkitPatchPatchesDir.set(layout.projectDirectory.dir("build-data/craftbukkit-patch-patches"))
|
craftBukkitPatchPatchesDir.set(layout.projectDirectory.dir("build-data/craftbukkit-patch-patches"))
|
||||||
|
|
||||||
|
reobfPackagesToFix.addAll(
|
||||||
|
"co.aikar.timings",
|
||||||
|
"com.destroystokyo.paper",
|
||||||
|
"com.mojang",
|
||||||
|
"io.papermc.paper",
|
||||||
|
"net.kyori.adventure.bossbar",
|
||||||
|
"net.minecraft",
|
||||||
|
"org.bukkit.craftbukkit",
|
||||||
|
"org.spigotmc"
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user