Remove mojang api + update paperweight

This commit is contained in:
Owen1212055 2024-05-11 16:03:49 -04:00
parent 0d8c390626
commit ae047695ef
No known key found for this signature in database
GPG Key ID: 2133292072886A30
1 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,7 @@ import kotlin.io.path.*
plugins {
java
`maven-publish`
id("io.papermc.paperweight.core") version "1.6.3"
id("io.papermc.paperweight.core") version "1.7.1"
}
allprojects {
@ -109,7 +109,6 @@ paperweight {
tasks.generateDevelopmentBundle {
apiCoordinates = "io.papermc.paper:paper-api"
mojangApiCoordinates = "io.papermc.paper:paper-mojangapi"
libraryRepositories.addAll(
"https://repo.maven.apache.org/maven2/",
paperMavenPublicUrl,