aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.gradle.kts
AgeCommit message (Collapse)Author
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
2022-07-27Move patches over, start with first fewNassim Jahnke
2022-06-27Update paperweight to 1.3.8Jason Penilla
2022-06-12Update paperweight to 1.3.7Jason Penilla
2022-06-07Prepare for 1.19 devNassim Jahnke
2022-05-29Update ForgeFlower (#7857)Jason
2022-05-20[ci-skip] Update repository and API urls (#7835)Noah van der Aa
2022-04-21Build updatesJason Penilla
- update paperweight to 1.3.6 - update tiny-remapper to 0.8.2
2022-04-13Replace third party repos with Paper repo (#7733)Jason
we now mirror Fabric, Forge, and Mojang
2022-04-07Use patched spigot decompiler (#7706)Jason
2022-04-05Update decompiler & param mappingsJason Penilla
2022-03-04Add printPaperVersion taskShane Freeder
2022-03-03Update paperweight to 1.3.5Jason Penilla
2022-02-28Initial 1.18 updateNassim Jahnke
2022-02-21[ci skip] Update Gradle wrapper to 7.4Jason Penilla
2022-01-27[ci skip] Update paperweight to 1.3.4Jason Penilla
2022-01-25[ci skip] Update parameter mappingsJason Penilla
2022-01-25Update tiny-remapperJason Penilla
2022-01-02Fixed FishingHook param mappings being swapped (#7243)Jake Potrebic
2021-12-31[ci skip] Update shadow and remove semicolons from kotlin codeJason Penilla
2021-12-30[ci skip] Change test logging settings to log by default (#7203)Owen1212055
2021-12-21Update paperweight to 1.3.3 and shadow to 7.1.1Jason Penilla
2021-12-12Update paperweight to 1.3.2Jason Penilla
2021-12-10Update to 1.18.1 (#7076)Nassim Jahnke
2021-12-01Build updates (#6992)Jason
2021-12-01Update paperclip to v3.0.2Shane Freeder
2021-11-30Update to paperweight 1.3.0Kyle Wood
2021-11-30Update paperclip and yarn mappings (#6943)Jake Potrebic
2021-11-30Bump Paperclip and fix configuration cache issueKyle Wood
2021-11-30Updated Upstream (Bukkit/CraftBukkit/Spigot)Josh Roy
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: 716b4fce Revert SnakeYAML upgrade ca6f8942 Update to Minecraft 1.18-rc3 57e7e952 #683: Add Player#showDemoScreen CraftBukkit Changes: c98abfb0 Update to Minecraft 1.18-rc3 9b258501 #960: Add Player#showDemoScreen d9542247 Produce remapped jars after bootstrap jar 99f3ddde SPIGOT-6808: Fix RegionAccessor#getBiome Spigot Changes: b7a4222e Update to Minecraft 1.18-rc3
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-30Updated Upstream (Bukkit/CraftBukkit/Spigot)Jake
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: d25437bc Update to Minecraft 1.18-pre8 CraftBukkit Changes: 5a39a236 Update to Minecraft 1.18-pre8 Spigot Changes: 7840c2af Update to Minecraft 1.18-pre8
2021-11-30Update server build fileJason Penilla
2021-11-30Verify and fix build-data adjustments for 1.18 reobfKyle Wood
2021-11-30Prepare for updating server patchesJason Penilla
2021-11-30Use correct decompile repoJason Penilla
2021-11-30java 17Jason Penilla