Breaking dependency upgrades:

Guava 25.1-jre -> 30.0-jre
Configurate 3.7.1 -> 4.0.0-SNAPSHOT
This commit is contained in:
Andrew Steinborn
2020-10-22 00:49:25 -04:00
parent d8d469af0b
commit abfa05c249
2 changed files with 5 additions and 7 deletions

View File

@@ -66,8 +66,8 @@ javadoc {
options.charSet = 'UTF-8'
options.source = '8'
options.links(
'http://www.slf4j.org/apidocs/',
'https://google.github.io/guava/releases/25.1-jre/api/docs/',
'https://www.slf4j.org/apidocs/',
'https://guava.dev/releases/30.0-jre/api/docs/',
'https://google.github.io/guice/api-docs/4.2/javadoc/',
'https://docs.oracle.com/javase/8/docs/api/',
'https://jd.adventure.kyori.net/api/4.0.0/'