aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0003-Build-system-changes.patch
AgeCommit message (Collapse)Author
2021-12-10Update to 1.18.1 (#7076)Nassim Jahnke
2021-12-09Updated Upstream (CraftBukkit)Nassim Jahnke
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: 35d3986e Disable log4j message formatting 040e0c3b Increase outdated build delay
2021-11-30Remove redundant json-simple dependency and move isTransitive = false from ↵Jason Penilla
server to api
2021-11-30Upgrade paperweight with bundler jar updatesKyle Wood
This allows creating paperclip jars pre-patch (only the reobf'd jar for now).
2021-11-30Remove pom for paperclip install to maven localJason Penilla
2021-11-30more patches doneJake
2021-11-30Update server build fileJason Penilla
2021-11-30Prepare for updating server patchesJason Penilla
2021-11-04Remove redundant and unneeded repos, reorder repos (#6867)Jason
2021-10-11[ci skip] Misc gradle updates (#6763)Jason
2021-09-29Fix jline relocation (#6677)Jason
2021-08-22Fix CB lib relocation (#6454)Jake Potrebic
2021-08-17Setup dev bundle publishing (#6163)Jason
2021-08-13Updated Upstream (Bukkit/CraftBukkit/Spigot) (#6379)Jake Potrebic
Co-authored-by: Jason Penilla <[email protected]>
2021-08-04Updated Upstream (Bukkit/CraftBukkit)Shane Freeder
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 Bukkit Changes: 75a0ee4f SPIGOT-6691: Material.LAVA_CAULDRON is not Levelled CraftBukkit Changes: e1c96e50 SPIGOT-6682: Blocking with shield not reset after die 97f629b6 SPIGOT-6220: Structures in the world with custom generator not work 85379258 Increase outdated build delay f7f8dce4 SPIGOT-6552: Some inventory types reset cursor on switch
2021-07-19Don't expose ASM in API (#6229)Nassim Jahnke
ASM was not meant to exposed to API consumers in the first place, and for the duration of time it has been exposed, it has also been relocated. Co-authored-by: Jason Penilla <[email protected]>
2021-07-12[ci skip] Use commit timestamp instead of build time in manifest (#6161)Jason
2021-06-23Make gradle take build number from env vars and add git build info (#5890)Prof-Bloodstone
* Make gradle take build number from env vars * Add git information to manifest and version command/log * trim * Fix tests by adding NotNull annotations * rebase * Apply suggestions from kashike Co-authored-by: Riley Park <[email protected]> * Not always show branch * Why can't everything be NotNull by default? * Rebase Co-authored-by: Riley Park <[email protected]>
2021-06-18Move package version to server projectKyle Wood
2021-06-17Thanks for joining us for the magic show tonightRiley Park
2021-06-17Don't include log4jRiley Park
2021-06-17Updated Upstream (Bukkit/CraftBukkit/Spigot)KennyTV
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 Bukkit Changes: 2dbec584 SPIGOT-6570: Missing InventoryType: COMPOSTER e9ce88b9 SPIGOT-6562: Add more specific sculk sensor event CraftBukkit Changes: 9122f5a6 #869: Fix BossBar setColor and setStyle updates 96a15d7a Incrase outdated build delay ded19075 SPIGOT-6570: Missing InventoryType: COMPOSTER d7ef1e91 SPIGOT-6558: Attempt to improve SkullMeta e7a63287 SPIGOT-6562: Add more specific sculk sensor event Spigot Changes: 101ebb63 SPIGOT-6573: Berry Bushes deal damage when not moving
2021-06-16Relocate other libraries Spigot added and relocates in 1.17Kyle Wood
2021-06-16Fix artifact idsJason Penilla
2021-06-15Update runDev task for Gradle 7.1 deprecationsJason Penilla
also no longer disable watchdog by default, instead require `disableWatchdog` Gradle property to be set
2021-06-14Put pom in correct location for Paperclip install to maven local featureJason Penilla
2021-06-11Add Paper version back to manifest, add `runShadow`, `runReobf`, and ↵Jason Penilla
`runDev` tasks for testing
2021-06-12few fixes to make it actually runMiniDigger
2021-06-11Apply a few more patchesMariell Hoversholm
Signed-off-by: Mariell Hoversholm <[email protected]>
2021-06-11Rename POM changes to build system changesMariell Hoversholm
Signed-off-by: Mariell Hoversholm <[email protected]>