mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-22 07:08:47 +01:00
Update paperweight
This commit is contained in:
parent
dc03a93dfe
commit
0dedcd630d
2 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,7 @@ import io.papermc.paperweight.util.set
|
|||
plugins {
|
||||
java
|
||||
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
|
||||
id("io.papermc.paperweight.core") version "1.1.7-LOCAL-SNAPSHOT"
|
||||
id("io.papermc.paperweight.core") version "1.1.8"
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
pluginManagement {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
gradlePluginPortal()
|
||||
maven("https://papermc.io/repo/repository/maven-public/")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue