From ba93ccfc3ecfa7d5e09adf2864ea05fcc0524beb Mon Sep 17 00:00:00 2001 From: Jason <131086642+JasonP01@users.noreply.github.com> Date: Mon, 7 Sep 2026 18:35:53 +0200 Subject: [PATCH] update Allure to an archive public repo (#12607) * update Allure to an archive public repo * updated SHA Signed-off-by: Jason <131086642+JasonP01@users.noreply.github.com> --------- Signed-off-by: Jason <131086642+JasonP01@users.noreply.github.com> --- tests/src/test/java/ModTestAllure.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/src/test/java/ModTestAllure.java b/tests/src/test/java/ModTestAllure.java index 64e5f2cb1c..9b95054d1b 100644 --- a/tests/src/test/java/ModTestAllure.java +++ b/tests/src/test/java/ModTestAllure.java @@ -18,8 +18,8 @@ public class ModTestAllure extends GenericModTest{ @Test public void begin(){ //As of September 5, the Allure repository has been deleted or made private. I do not know why. - if(true) return; - grabMod("https://github.com/LixieWulf/Allure/archive/c94e83e07ab918c0402b8f3897bba832e42432f0.zip"); + // Archive version of Allure (archive last pull date: 10 April 2026) + grabMod("https://github.com/JasonP01/AllureMod/archive/3d580bda58e98f6339e1b746980b66b791f108ee.zip"); checkExistence("allure"); UnitType type = Vars.content.unit("allure-0b11-exodus");