[ci-skip] Publish shadowJar as server artifact

This commit is contained in:
jmp
2020-12-25 12:03:09 -08:00
parent f142481e2b
commit 822a35a0ba
3 changed files with 26 additions and 10 deletions

View File

@@ -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(