mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-22 02:25:28 +01:00
revert accidental changes
This commit is contained in:
parent
c9f654db91
commit
57fce3dca5
@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
java
|
||||
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
|
||||
id("io.papermc.paperweight.core") version "1.0.1-LOCAL-SNAPSHOT"
|
||||
id("io.papermc.paperweight.core") version "1.0.1"
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
@ -1,11 +1,9 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
gradlePluginPortal()
|
||||
maven("https://papermc.io/repo/repository/maven-public/")
|
||||
}
|
||||
}
|
||||
includeBuild("../paperweight")
|
||||
|
||||
rootProject.name = "Paper"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user