diff options
author | Jason Penilla <[email protected]> | 2024-02-17 14:58:56 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-17 16:58:56 -0500 |
commit | 351923d17e3b5f2a2a3ed848c171d7d2b077a55a (patch) | |
tree | 3ee3777f828b206c63f70fd46c919f45dbc63de4 /patches/server/0366-Deobfuscate-stacktraces-in-log-messages-crash-report.patch | |
parent | d95341e44a8ba027af80547a44300617f314e548 (diff) | |
download | Paper-351923d17e3b5f2a2a3ed848c171d7d2b077a55a.tar.gz Paper-351923d17e3b5f2a2a3ed848c171d7d2b077a55a.zip |
Run round-trip adventure codec tests with JSON, NBT, and Java ops. Use JavaOps for conversions. (#10031)
Diffstat (limited to 'patches/server/0366-Deobfuscate-stacktraces-in-log-messages-crash-report.patch')
-rw-r--r-- | patches/server/0366-Deobfuscate-stacktraces-in-log-messages-crash-report.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0366-Deobfuscate-stacktraces-in-log-messages-crash-report.patch b/patches/server/0366-Deobfuscate-stacktraces-in-log-messages-crash-report.patch index 8a44558d31..0ceb6d01a5 100644 --- a/patches/server/0366-Deobfuscate-stacktraces-in-log-messages-crash-report.patch +++ b/patches/server/0366-Deobfuscate-stacktraces-in-log-messages-crash-report.patch @@ -6,7 +6,7 @@ Subject: [PATCH] Deobfuscate stacktraces in log messages, crash reports, and diff --git a/build.gradle.kts b/build.gradle.kts -index eaaf9a9779f57ee048245899750bf7a1599b716f..450f7c03bdcc109938ba9b66328bdbb2c96c03c9 100644 +index 1a0d26d4604b10fd85797a774a2d159cbd237d7e..76ae7fd188adc1c48d4a58253824e0ff75887339 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,6 +35,7 @@ dependencies { @@ -17,7 +17,7 @@ index eaaf9a9779f57ee048245899750bf7a1599b716f..450f7c03bdcc109938ba9b66328bdbb2 runtimeOnly("org.xerial:sqlite-jdbc:3.42.0.1") runtimeOnly("com.mysql:mysql-connector-j:8.2.0") runtimeOnly("com.lmax:disruptor:3.4.4") // Paper -@@ -124,6 +125,18 @@ tasks.check { +@@ -125,6 +126,18 @@ tasks.check { } // Paper end |