8ff94c6344
Update a bunch of dependencies
...
Either to match Vanilla or to update our own
2025-04-14 10:16:12 +02:00
f00727c57e
1.21.5
...
Co-authored-by: Bjarne Koll <git@lynxplay.dev >
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com >
Co-authored-by: Lulu13022002 <41980282+Lulu13022002@users.noreply.github.com >
Co-authored-by: MiniDigger | Martin <admin@minidigger.dev >
Co-authored-by: Nassim Jahnke <nassim@njahnke.dev >
Co-authored-by: Noah van der Aa <ndvdaa@gmail.com >
Co-authored-by: Owen1212055 <23108066+Owen1212055@users.noreply.github.com >
Co-authored-by: Shane Freeder <theboyetronic@gmail.com >
Co-authored-by: Spottedleaf <Spottedleaf@users.noreply.github.com >
Co-authored-by: Tamion <70228790+notTamion@users.noreply.github.com >
Co-authored-by: Warrior <50800980+Warriorrrr@users.noreply.github.com >
2025-04-12 17:27:00 +02:00
aaaeb4e1e6
[ci skip] Make compilation logs actually readable ( #12276 )
...
* [ci skip] Make compilation logs actually readable
* Specifically disable deprecation and removal warnings instead
2025-03-17 10:53:56 +01:00
b1b88cd316
[ci skip] Update paperweight to 2.0.0-beta.14
2025-01-15 12:58:10 -07:00
b03d39b5ce
[ci skip] Update paperweight to 2.0.0-beta.13
2025-01-10 21:01:17 -07:00
9298f593b7
Update paperweight to 2.0.0-beta.10
2024-12-30 12:35:18 -08:00
63c94c90d9
[ci skip] Comment out update tasks, update comments
2024-12-23 12:29:27 +01:00
8ad15d64f0
Update minecraft dir references
2024-12-22 20:50:34 +01:00
4c6ea8416b
move junit platform dep to -server and -api
2024-12-21 15:10:08 -08:00
54debf494f
Update paperweight to 2.0.0-beta.8 and remove deprecated VM arg from runs
2024-12-21 13:51:50 -08:00
b0cef6818d
Update Gradle wrapper and paperweight
2024-12-20 12:43:17 -08:00
6e0c8776e6
Update paperweight to 2.0.0-beta.6
2024-12-20 00:37:00 -08:00
2612fb57dc
Update paperweight to 2.0.0-beta.5
2024-12-17 13:03:31 -08:00
e6559c5533
Update paperweight to 2.0.0-beta.4
2024-12-15 21:09:46 -07:00
d98c8f9f5b
update paperweight to 2.0.0-beta.3
2024-12-15 16:40:49 -07:00
8f1dcdd0b7
update restamp, add back entity ATs, rebuild patches
2024-12-15 22:39:52 +01:00
ca35cc216e
net.minecraft.world.level.levelgen.structure.structures
2024-12-14 12:50:23 -08:00
732cf86b99
Update paperweight to 2.0.0-beta.1
2024-12-13 22:18:58 +01:00
e9b739bc48
some more directories
2024-12-13 09:40:09 -08:00
5c68cc7cef
don't copy patch folders recursively in gibWork
2024-12-13 18:28:12 +01:00
a68b56a864
advancement stuff
2024-12-13 11:39:43 -05:00
344088ae5b
Choose tasks at random
2024-12-13 17:04:25 +01:00
71ce2bc90a
remove input param from checkWork task, remove configuration cache warnings
2024-12-12 14:16:27 +01:00
f79625df9f
Task fixups
2024-12-12 12:30:32 +01:00
3bb436a852
Add tasks to simplify update coordination
2024-12-12 11:36:56 +01:00
9368da77a9
Build updates
2024-12-12 11:36:55 +01:00
fe6dbf0377
Move paperweight use to -server
2024-12-12 11:36:44 +01:00
40ec8fb606
Move to paperweight v2
...
Co-authored-by: Nassim Jahnke <nassim@njahnke.dev >
2024-12-12 10:57:30 +01:00
41f4119eb0
Fix broken joml metadata resulting in kotlin being included on compile/runtime classpath ( #11712 )
2024-12-05 15:10:10 -07:00
39ab1fb456
Always fork jvm for compile, even when using the Gradle runtime jvm
...
Fixes spurious build failures from OOM
2024-12-03 20:42:36 -07:00
8aed12873b
Update paperweight and Gradle wrapper
2024-12-03 20:28:39 -07:00
3a8f9e0b6e
Start update, apply API patches
2024-12-03 17:58:41 +01:00
9dcfb32d11
fix: move to jline-terminal-ffm on java 22+ and fall back to jni on 21, fixes #10405
...
ffm requires 1) native access allowed (the jdk cracks down on undocumented native access in 22) and 2) reverting the default console back to java.base, so the internal jline doesnt take over
2024-11-17 20:31:50 +01:00
9adbb0e5c1
Specify mainCapabilityAttribute for paper-api
2024-10-25 12:47:24 -07:00
ff6f80cbff
Upstream update
2024-10-24 19:29:35 +02:00
1fd2daa6a6
First batch of server patches
2024-10-22 19:28:57 +02:00
35d43942e2
Update paperweight to 1.7.3 ( #11445 )
2024-09-28 08:03:58 -07:00
ec79de82ca
Update to 1.21.1
2024-08-10 12:24:38 +02:00
67537d99b4
Bump tiny-remapper to 0.10.3
...
Fixes warnings when using some java 21 features
2024-06-14 21:44:18 -07:00
79da0788dd
62
2024-06-13 10:12:48 -07:00
67ab77467b
Remove Adventure snapshot repo from dev bundle ( #10716 )
...
* Remove Adventure snapshot repo
* do not remove trailing comma
2024-05-13 13:38:28 -04:00
567cc3f4b3
Brigadier Command Support ( #8235 )
...
Adds the ability for plugins to register their own brigadier commands
---------
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com >
Co-authored-by: Jason Penilla <11360596+jpenilla@users.noreply.github.com >
Co-authored-by: Bjarne Koll <git@lynxplay.dev >
2024-05-11 16:30:30 -04:00
2d2eafa713
Update Adventure to 4.17.0 Release
2024-05-08 15:48:45 +01:00
8712a1c838
Update paperweight to 1.6.3 ( #10626 )
2024-04-30 10:30:14 -07:00
723528c18b
1.20.6 ( #10623 )
2024-04-30 00:16:07 +02:00
08a94f6ebd
bump paperweight to 1.6.2 to fix spurious build failure from scanJar OOM
2024-04-27 17:38:09 -07:00
a43b4297ad
Bump tiny-remapper (real)
2024-04-27 16:26:28 -07:00
572748364c
Bump tiny-remapper
2024-04-27 16:26:03 -07:00
8c2f518abe
update paperweight to 1.6.1
2024-04-27 16:07:47 -07:00
d93d74a7d5
Remove shadow from build classpath
...
it isn't used
2024-04-26 16:48:34 -07:00