mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-19 09:06:21 +01:00
Updated paperweight to 1.1.0-SNAPSHOT
This commit is contained in:
parent
6da01e52bd
commit
41be0bd264
@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
java
|
||||
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
|
||||
id("io.papermc.paperweight.patcher") version "1.0.4-SNAPSHOT"
|
||||
id("io.papermc.paperweight.patcher") version "1.1.0-SNAPSHOT"
|
||||
}
|
||||
|
||||
repositories {
|
||||
@ -20,7 +20,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
remapper("org.quiltmc:tiny-remapper:0.4.1")
|
||||
paperclip("io.papermc:paperclip:2.0.0-SNAPSHOT@jar")
|
||||
paperclip("io.papermc:paperclip:2.0.0@jar")
|
||||
}
|
||||
|
||||
subprojects {
|
||||
@ -64,15 +64,5 @@ paperweight {
|
||||
serverPatchDir.set(layout.projectDirectory.dir("patches/server"))
|
||||
serverOutputDir.set(layout.projectDirectory.dir("Yatopia-Server"))
|
||||
}
|
||||
|
||||
patchTasks {
|
||||
named("server") {
|
||||
patchTask {
|
||||
sourceMcDevJar.set(layout.projectDirectory.file(".gradle/caches/paperweight/upstreams/paper/.gradle/caches/paperweight/taskCache/decompileJar.jar"))
|
||||
libraryImports.set(layout.projectDirectory.file("build-data/library-imports.txt"))
|
||||
mcdevImports.set(layout.projectDirectory.file("build-data/mcdev-imports.txt"))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user