aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.gradle.kts
AgeCommit message (Collapse)Author
2024-04-12update fineflower and fix patches againfeat/vineflowerJake Potrebic
2024-04-11use paperweight releaseJason Penilla
2024-04-10update vf again and re-apply/rebuild patchesJake Potrebic
2024-04-10Update patches to handle vineflower decompilerJake Potrebic
2024-04-04build: Compile against and shade the filtered jar (#9747)Jason Penilla
* Compile against & shade the filtered jar * Move check for if the paper asset root needs to be pushed * Don't disable incremental compilation * Remove mavenLocal * use paperweight release
2024-03-29build: Update paperweight to 1.5.12 and Gradle Wrapper to 8.7 (#10361)Jason Penilla
2024-03-07build: Update tiny-remapper to 0.10.1 & remove unused repo from dev bundle ↵Jason Penilla
config (#10303)
2024-01-14Updated Upstream (Bukkit/CraftBukkit/Spigot) (#10164)Jake Potrebic
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: 63c208dd Remove no longer used import 70be76c7 PR-958: Further clarify deprecation of TAG_CONTAINER_ARRAY ae21f4ac PR-955: Add methods to place structures with block/entity transformers e3d960f2 SPIGOT-7547: Remark that Damageable#setAbsorptionAmount() is capped to a specific value b125516c Fix typo in RecipeChoice.ExactChoice docs 309497c1 Add EntityMountEvent and EntityDismount Event 2fd45ae3 Improve ItemFactory#enchantItem consistency 2b198268 PR-933: Define native persistent data types for lists CraftBukkit Changes: 771182f70 PR-1327: Add methods to place structures with block/entity transformers e41ad4c82 SPIGOT-7567: SpawnReason for SNOWMAN is reported as BUILD_IRONGOLEM 76931e8bd Add EntityMountEvent and EntityDismount Event 9b29b21c7 PR-1183: Better handle lambda expression and renaming of classes in Commodore 1462ebe85 Reformat Commodore.java 9fde4c037 PR-1324: Improve ItemFactory#enchantItem consistency 4e419c774 PR-1295: Define native persistent data types for lists dd8cca388 SPIGOT-7562: Fix Score#getScore and Score#isScoreSet 690278200 Only fetch an online UUID in online mode 1da8d9a53 Fire PreLogin events even in offline mode 2e88514ad PR-1325: Use CraftBlockType and CraftItemType instead of CraftMagicNumbers to convert between minecraft and bukkit block / item representation Spigot Changes: 864e4acc Restore accidentally removed package-info.java f91a10d5 Remove obsolete EntityMountEvent and EntityDismountEvent 828f0593 SPIGOT-7558: Deprecate silenceable lightning API as sound is now client-side and cannot be removed cdc4e035 Remove obsolete patch fetching correct mode UUIDs 49e36b8e Merge related BungeeCord patches 6e87b9ab Remove obsolete firing of PreLogin events in offline mode 5c76b183 Remove redundant patch dealing with exceptions in the crash reporter 3a2219d1 Remove redundant patch logging cause of unexpected exception
2023-12-08Update paperweight to 1.5.11Jason Penilla
2023-12-071.20.4Jason Penilla
2023-12-06Update adventureJason Penilla
2023-12-06Wait on stream redirect futures (update helper task)Jason Penilla
2023-12-06wait for second pass applyJason Penilla
2023-12-06build script updatesJason Penilla
2023-12-05add description to helperJason Penilla
2023-12-05Improve update helper taskJason Penilla
2023-12-05Add update helper taskJason Penilla
2023-12-05Prepare for 1.20.3 devNassim Jahnke
2023-11-22Update paperweight to 1.5.10 and Gradle to 8.4 (#9957)Jason Penilla
2023-11-04Bump tiny-remapper for Java 21 support (#9902)Jason Penilla
2023-10-26Update paperweight to 1.5.9 (#9872)Jason Penilla
2023-10-09Update paperweight to 1.5.8 (#9814)Jason
2023-10-06[ci skip] update paperweight to 1.5.7 & re-enable filterpatches (#9799)Jason
2023-09-24Drop no longer needed patchNassim Jahnke
2023-09-21So it begins...Noah van der Aa
2023-09-15Create raw chat type as resource file instead of in source (#9226)Jake Potrebic
Sets up the ability to load new or modified resource files into Paper. Updates paperweight to 1.5.6 This should work with all run configs, like runDev, runShadow, runReobf as well as correctly build jars for production.
2023-06-131.20.1 (#9333)Jason
2023-06-08comment out update logic from build.gradle.ktsJake Potrebic
2023-06-07Clean rebuildSpottedleaf
Add to gradle build so that this is automatically done throughout the update
2023-06-07Start working on 1.20Nassim Jahnke
2023-04-26[ci skip] Update Gradle plugins and wrapper (#9140)Jason
2023-03-19update paperclip to 3.0.3Jake Potrebic
2023-03-14fix some compile errorsJake Potrebic
2023-03-14More patchesNassim Jahnke
2023-03-14Start working on 1.19.4Nassim Jahnke
2023-03-04Update ForgeFlower to 2.0.627.2, fixes dev bundle not applying with Java 19 ↵Jason Penilla
runtime
2023-02-27[ci skip] Update Gradle wrapper to 8.0.1 (#8924)Jason
2023-02-21Configure mokitor Server mock as stubOnly (#8861)Bjarne Koll
A recent patch moved the internal unit tests to mokito, allowing deep mocking to easily setup a mocked server instance. While this change is useful, the server's Server#getItemFactory methods is one of the hottest paths during unit testing, being called numerous times by material tests. As mokito mocks keep track of each invocation to allow for verifications of invocations down the line, the server mock allocates a huge amount of memory to keep track of all invocations, ultimately leading to an OOM exception. The previous solution solved this by increasing the tests memory to 2 GB, however as of right now simply configuring the server mock as "stubOnly", properly prevents the overflow of invocation records as none of the unit test code relies on invocation verification.
2023-02-19Paper Plugins (#8108)Owen
2023-02-16[ci skip] Update paperweight to 1.5.1 (#8856)Jason
2023-02-15convert API/server tests to mockito (#8848)Jake Potrebic
* convert API tests to mockito * convert server tests to mockito * add co-author
2023-01-06[ci skip] Update paperweight to 1.4.1Nassim Jahnke
2022-12-13Update paperweight to 1.4.0Jason Penilla
2022-12-07Disable ATs from unapplied folderShane Freeder
2022-12-07First server patchesNassim Jahnke
2022-12-07API patchesNassim Jahnke
2022-11-19Moving ATs from the at file to individual patches (#8573)Jake Potrebic
2022-11-12update yarn param mappings (#8563)Jake Potrebic
2022-10-31Build updatesJason Penilla
2022-08-051.19.2 (#8250)Jake Potrebic