refactor: update displayed latest minecraft version
This commit is contained in:
parent
c74532ce66
commit
9adf5f34f5
4 changed files with 4 additions and 9 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue