mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-21 02:17:42 +01:00
[ci-skip] Use shadowJar output as input for paperclip
This commit is contained in:
@@ -42,8 +42,9 @@ internal fun Project.initToothpickTasks() {
|
||||
}
|
||||
|
||||
val paperclip = createPaperclipTask {
|
||||
dependsOn(tasks.getByName("build"))
|
||||
dependsOn(subprojects.map { it.tasks.getByName("build") })
|
||||
val shadowJar = toothpick.serverProject.project.tasks.getByName("shadowJar")
|
||||
dependsOn(shadowJar)
|
||||
inputs.file(shadowJar.outputs.files.singleFile)
|
||||
}
|
||||
|
||||
val applyPatches = createApplyPatchesTask {
|
||||
|
||||
Reference in New Issue
Block a user