Add back linking to Adventure Javadoc (#6088)

This commit is contained in:
Jason 2021-07-05 20:25:23 -07:00 committed by GitHub
parent 8fe561162e
commit 8827886501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 40 additions and 10 deletions

View file

@ -19,7 +19,7 @@ index e431e3435737e28394d81b56568a08b3c3148b9b..c484aff2c192bf42059b5689327909e4
/.project
diff --git a/build.gradle.kts b/build.gradle.kts
new file mode 100644
index 0000000000000000000000000000000000000000..e74ac6187426c9468e551e9d068d05534e2ad6fe
index 0000000000000000000000000000000000000000..db581a25928b3d60906fef0dc8df1bf976e1635e
--- /dev/null
+++ b/build.gradle.kts
@@ -0,0 +1,67 @@
@ -87,7 +87,7 @@ index 0000000000000000000000000000000000000000..e74ac6187426c9468e551e9d068d0553
+ "https://guava.dev/releases/21.0/api/docs/",
+ "https://javadoc.io/doc/org.yaml/snakeyaml/1.27/",
+ "https://javadoc.io/doc/org.jetbrains/annotations-java5/20.1.0/",
+ "https://javadoc.io/doc/net.md-5/bungeecord-chat/1.16-R0.4/"
+ "https://javadoc.io/doc/net.md-5/bungeecord-chat/1.16-R0.4/",
+ )
+}
diff --git a/pom.xml b/pom.xml