aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuuz <6596629+Juuxel@users.noreply.github.com>2021-05-29 15:48:56 +0300
committerJuuz <6596629+Juuxel@users.noreply.github.com>2021-05-29 15:48:56 +0300
commit0370332b2fe1662a581044434a21f4f6b6bf89c9 (patch)
treeb754650fb4d4a64b6f4ca2d5a5c27a7c5ae886c3
parenta5086c99a04764b5a9b6b7c4a83388b67497db90 (diff)
downloadLibGui-0370332b2fe1662a581044434a21f4f6b6bf89c9.tar.gz
LibGui-0370332b2fe1662a581044434a21f4f6b6bf89c9.tar.bz2
LibGui-0370332b2fe1662a581044434a21f4f6b6bf89c9.zip
Link Yarn javadocs to ours
-rw-r--r--build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index b5bb63f..cfd528e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -73,6 +73,10 @@ checkstyle {
}
javadoc {
+ options {
+ links("https://maven.fabricmc.net/docs/yarn-$project.yarn_mappings")
+ }
+
exclude("**/impl/**")
}