3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-11-17 05:20:14 +01:00

Breaking dependency upgrades:

Guava 25.1-jre -> 30.0-jre
Configurate 3.7.1 -> 4.0.0-SNAPSHOT
Dieser Commit ist enthalten in:
Andrew Steinborn 2020-10-22 00:49:25 -04:00
Ursprung d8d469af0b
Commit abfa05c249
2 geänderte Dateien mit 5 neuen und 7 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

@ -20,16 +20,14 @@ allprojects {
ext { ext {
// dependency versions // dependency versions
textVersion = '3.0.4'
adventureVersion = '4.1.1' adventureVersion = '4.1.1'
adventurePlatformVersion = '4.0.0-SNAPSHOT'
junitVersion = '5.7.0' junitVersion = '5.7.0'
slf4jVersion = '1.7.30' slf4jVersion = '1.7.30'
log4jVersion = '2.13.3' log4jVersion = '2.13.3'
nettyVersion = '4.1.52.Final' nettyVersion = '4.1.53.Final'
guavaVersion = '25.1-jre' guavaVersion = '30.0-jre'
checkerFrameworkVersion = '3.6.1' checkerFrameworkVersion = '3.6.1'
configurateVersion = '3.7.1' configurateVersion = '4.0.0-SNAPSHOT'
getCurrentShortRevision = { getCurrentShortRevision = {
new ByteArrayOutputStream().withStream { os -> new ByteArrayOutputStream().withStream { os ->