refactor: update displayed latest minecraft version

This commit is contained in:
ineanto 2025-03-28 10:09:47 +01:00
parent c74532ce66
commit 9adf5f34f5
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84
4 changed files with 4 additions and 9 deletions

View file

@ -22,7 +22,6 @@ repositories {
mavenCentral()
mavenLocal()
maven { url = uri("https://jitpack.io") }
maven { url = uri("https://repo.xenondevs.xyz/releases") }
maven { url = uri("https://repo.papermc.io/repository/maven-public/") }
maven { url = uri("https://repo.codemc.io/repository/maven-snapshots/") }
@ -92,10 +91,6 @@ tasks {
exclude(dependency("xyz.xenondevs.invui:.*"))
exclude(dependency("org.bstats:.*"))
}
manifest {
attributes["paperweight-mappings-namespace"] = "mojang"
}
}
runServer {