3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00
Dieser Commit ist enthalten in:
Andrew Steinborn 2021-10-15 08:18:11 -04:00
Ursprung 0b088590a0
Commit 20914ca134
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -87,7 +87,7 @@ javadoc {
'https://google.github.io/guava/releases/25.1-jre/api/docs/',
'https://google.github.io/guice/api-docs/5.0.1/javadoc/',
'https://docs.oracle.com/en/java/javase/11/docs/api//',
'https://jd.adventure.kyori.net/api/4.7.0/'
"https://jd.adventure.kyori.net/api/${adventureVersion}/"
)
// Disable the crazy super-strict doclint tool in Java 8

Datei anzeigen

@ -21,7 +21,7 @@ allprojects {
ext {
// dependency versions
adventureVersion = '4.9.1'
adventureVersion = '4.9.2'
junitVersion = '5.7.0'
slf4jVersion = '1.7.30'
log4jVersion = '2.14.1'