From e0b3f3f8cbcce581cc3cc3334b09f6165f964270 Mon Sep 17 00:00:00 2001 From: Riley Park Date: Mon, 7 Mar 2022 14:39:52 -0800 Subject: [PATCH] Adventure 4.10.1 --- patches/api/0005-Adventure.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/api/0005-Adventure.patch b/patches/api/0005-Adventure.patch index be3ca290ca..9d59905be5 100644 --- a/patches/api/0005-Adventure.patch +++ b/patches/api/0005-Adventure.patch @@ -7,14 +7,14 @@ Co-authored-by: zml Co-authored-by: Jake Potrebic diff --git a/build.gradle.kts b/build.gradle.kts -index 98afa6a25131dc626ea7a5122f33df6bd2d39178..ac7ecca1a046182e385e2fc77120813e4f59442e 100644 +index 98afa6a25131dc626ea7a5122f33df6bd2d39178..eefc024acc3e14ae21855df7f2f358bd1e0a9e38 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,18 +8,37 @@ java { withJavadocJar() } -+val adventureVersion = "4.10.0" ++val adventureVersion = "4.10.1" +val apiAndDocs: Configuration by configurations.creating { + attributes { + attribute(Category.CATEGORY_ATTRIBUTE, objects.named(Category.DOCUMENTATION))