diff options
author | Yannick Lamprecht <[email protected]> | 2024-03-03 19:59:22 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-03 10:59:22 -0800 |
commit | 9c4bb0df0e22f6ec35d2dc7cf455ec715e2ca4a9 (patch) | |
tree | 57d331b0273e5827f7050eb9d2b8f04c947000be /patches/api/0070-Allow-plugins-to-use-SLF4J-for-logging.patch | |
parent | 54a23403daea965e88a026b301f310d2154ed8b0 (diff) | |
download | Paper-9c4bb0df0e22f6ec35d2dc7cf455ec715e2ca4a9.tar.gz Paper-9c4bb0df0e22f6ec35d2dc7cf455ec715e2ca4a9.zip |
add rich message component support to configuration (#10225)
Diffstat (limited to 'patches/api/0070-Allow-plugins-to-use-SLF4J-for-logging.patch')
-rw-r--r-- | patches/api/0070-Allow-plugins-to-use-SLF4J-for-logging.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/api/0070-Allow-plugins-to-use-SLF4J-for-logging.patch b/patches/api/0070-Allow-plugins-to-use-SLF4J-for-logging.patch index 89ff44d81e..1cddb59cda 100644 --- a/patches/api/0070-Allow-plugins-to-use-SLF4J-for-logging.patch +++ b/patches/api/0070-Allow-plugins-to-use-SLF4J-for-logging.patch @@ -14,13 +14,13 @@ it without having to shade it in the plugin and going through several layers of logging abstraction. diff --git a/build.gradle.kts b/build.gradle.kts -index f9ff7e3692d448e2a1e38d0aa26c2d934442e247..50dd795c67557c7d2668068af0bba87a1ec8dc43 100644 +index ddc89dfd6911d85aab7c37fe3ca54eb1b80f99d6..66bcd8f9a8fce8f920a0f1dd7ae0a2937da68e80 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,6 +12,8 @@ java { val annotationsVersion = "24.0.1" val bungeeCordChatVersion = "1.20-R0.2" - val adventureVersion = "4.15.0" + val adventureVersion = "4.16.0" +val slf4jVersion = "2.0.9" +val log4jVersion = "2.17.1" val apiAndDocs: Configuration by configurations.creating { |