mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-21 02:17:42 +01:00
[ci-skip] Publish shadowJar as server artifact
This commit is contained in:
@@ -20,7 +20,7 @@ internal fun Project.createPaperclipTask(
|
||||
val vanillaJarPath =
|
||||
workDir.resolve("Minecraft/${toothpick.minecraftVersion}/${toothpick.minecraftVersion}.jar").absolutePath
|
||||
val patchedJarPath = toothpick.serverProject.projectDir.resolve(
|
||||
"build/libs/${toothpick.forkNameLowercase}-server-$version-all.jar"
|
||||
"build/libs/${toothpick.forkNameLowercase}-server-$version.jar"
|
||||
).absolutePath
|
||||
logger.lifecycle(">>> Building paperclip")
|
||||
val paperclipCmd = arrayListOf(
|
||||
|
||||
Reference in New Issue
Block a user