From a212c573dc2c8c7ddd6703014623b9583e6b780a Mon Sep 17 00:00:00 2001 From: The_Spider Date: Thu, 31 Mar 2022 07:08:04 -0500 Subject: [PATCH] . --- build-minecraft.jenkins | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-minecraft.jenkins b/build-minecraft.jenkins index 2527a77..29d2b4e 100644 --- a/build-minecraft.jenkins +++ b/build-minecraft.jenkins @@ -101,6 +101,9 @@ CMD ["../paper-mc.jar"] ], destination: [ "${repository}/library/minecraft:latest", + ], + [ + "paperDownload=${paperDownload}" ] ) }