mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -07:00
revert accidental changes
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user