diff options
author | Riley Park <[email protected]> | 2022-03-07 14:39:52 -0800 |
---|---|---|
committer | Riley Park <[email protected]> | 2022-03-07 14:39:52 -0800 |
commit | e0b3f3f8cbcce581cc3cc3334b09f6165f964270 (patch) | |
tree | b9a8f8fbe4b1a86869dca0eb6729216e09dd3a22 | |
parent | c34fb0942a73b932dc182c063e398ed47182fa61 (diff) | |
download | Paper-e0b3f3f8cbcce581cc3cc3334b09f6165f964270.tar.gz Paper-e0b3f3f8cbcce581cc3cc3334b09f6165f964270.zip |
Adventure 4.10.1
-rw-r--r-- | patches/api/0005-Adventure.patch | 4 |
1 files 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 <[email protected]> Co-authored-by: Jake Potrebic <[email protected]> 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)) |