1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-04-05 22:05:20 +02:00

Remove mavenLocal ref for initial pw snapshots

This commit is contained in:
Bjarne Koll 2025-03-15 21:08:07 +01:00
parent e28be7d24b
commit dbc5c19ccc
No known key found for this signature in database
GPG key ID: 9576DAF3FDDB088F

View file

@ -2,7 +2,6 @@ import java.util.Locale
pluginManagement {
repositories {
mavenLocal() // First as we have a published 2.0.0-SNAPSHOT build of PW
gradlePluginPortal()
maven("https://repo.papermc.io/repository/maven-public/")
}