mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 20:07:41 +01:00
not local snapshot
This commit is contained in:
parent
fc721e4d3a
commit
6c146a6ac7
@ -2,7 +2,7 @@ plugins {
|
||||
java
|
||||
`maven-publish`
|
||||
id("com.github.johnrengelman.shadow") version "7.1.0" apply false
|
||||
id("io.papermc.paperweight.core") version "1.3.0-LOCAL-SNAPSHOT"
|
||||
id("io.papermc.paperweight.core") version "1.3.0-SNAPSHOT"
|
||||
}
|
||||
|
||||
allprojects {
|
||||
|
@ -1,6 +1,5 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
gradlePluginPortal()
|
||||
maven("https://papermc.io/repo/repository/maven-public/")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user