Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-19 14:30:17 +01:00
Generate velocity-plugins.json and relocate fastutil (#2940)
Dieser Commit ist enthalten in:
Ursprung
1ebc3fd8f6
Commit
d1cedbb823
@ -1,11 +1,12 @@
|
||||
val velocityVersion = "3.0.0"
|
||||
|
||||
dependencies {
|
||||
annotationProcessor("com.velocitypowered", "velocity-api", velocityVersion)
|
||||
api(projects.core)
|
||||
}
|
||||
|
||||
platformRelocate("com.fasterxml.jackson")
|
||||
platformRelocate("it.unimi.fastutil")
|
||||
platformRelocate("it.unimi.dsi.fastutil")
|
||||
platformRelocate("net.kyori.adventure.text.serializer.gson.legacyimpl")
|
||||
|
||||
exclude("com.google.*:*")
|
||||
|
@ -10,6 +10,10 @@ allprojects {
|
||||
group = "org.geysermc"
|
||||
version = "2.1.0-SNAPSHOT"
|
||||
description = "Allows for players from Minecraft: Bedrock Edition to join Minecraft: Java Edition servers."
|
||||
|
||||
tasks.withType<JavaCompile> {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
}
|
||||
|
||||
val platforms = setOf(
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren