diff options
author | Shane Freeder <[email protected]> | 2024-05-08 15:48:45 +0100 |
---|---|---|
committer | Shane Freeder <[email protected]> | 2024-05-08 15:48:45 +0100 |
commit | 5729b294eef2ffde690f73c5b14a64a31f301084 (patch) | |
tree | 4b4bccbfb532e4c46db1ae5a73c166b77778d1a8 /patches/api/0006-Adventure.patch | |
parent | eee55d019fe80372c2e08ccd1d0a94c066cda926 (diff) | |
download | Paper-5729b294eef2ffde690f73c5b14a64a31f301084.tar.gz Paper-5729b294eef2ffde690f73c5b14a64a31f301084.zip |
Update Adventure to 4.17.0 Release
Diffstat (limited to 'patches/api/0006-Adventure.patch')
-rw-r--r-- | patches/api/0006-Adventure.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/patches/api/0006-Adventure.patch b/patches/api/0006-Adventure.patch index 26674a6554..ff05fe4f7f 100644 --- a/patches/api/0006-Adventure.patch +++ b/patches/api/0006-Adventure.patch @@ -8,14 +8,14 @@ Co-authored-by: Jake Potrebic <[email protected]> Co-authored-by: Yannick Lamprecht <[email protected]> diff --git a/build.gradle.kts b/build.gradle.kts -index 2f266350a787a4cfdfda1b0e760bfb7604cac43c..106d4d5756dc579c446699106f52462085ea9a52 100644 +index 2f266350a787a4cfdfda1b0e760bfb7604cac43c..bae542d05c059d53199b9171bee505de818df349 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,12 +11,28 @@ java { val annotationsVersion = "24.1.0" val bungeeCordChatVersion = "1.20-R0.2" -+val adventureVersion = "4.17.0-SNAPSHOT" ++val adventureVersion = "4.17.0" +val apiAndDocs: Configuration by configurations.creating { + attributes { + attribute(Category.CATEGORY_ATTRIBUTE, objects.named(Category.DOCUMENTATION)) @@ -66,12 +66,12 @@ index 2f266350a787a4cfdfda1b0e760bfb7604cac43c..106d4d5756dc579c446699106f524620 "https://www.javadoc.io/doc/com.google.code.gson/gson/2.10.1", // Paper end + // Paper start -+ //"https://jd.advntr.dev/api/$adventureVersion/", -+ //"https://jd.advntr.dev/text-minimessage/$adventureVersion/", -+ //"https://jd.advntr.dev/text-serializer-gson/$adventureVersion/", -+ //"https://jd.advntr.dev/text-serializer-legacy/$adventureVersion/", -+ //"https://jd.advntr.dev/text-serializer-plain/$adventureVersion/", -+ //"https://jd.advntr.dev/text-logger-slf4j/$adventureVersion/", ++ "https://jd.advntr.dev/api/$adventureVersion/", ++ "https://jd.advntr.dev/text-minimessage/$adventureVersion/", ++ "https://jd.advntr.dev/text-serializer-gson/$adventureVersion/", ++ "https://jd.advntr.dev/text-serializer-legacy/$adventureVersion/", ++ "https://jd.advntr.dev/text-serializer-plain/$adventureVersion/", ++ "https://jd.advntr.dev/text-logger-slf4j/$adventureVersion/", + // Paper end ) options.tags("apiNote:a:API Note:") |