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>
This commit is contained in:
Jason
2026-09-07 18:35:53 +02:00
committed by GitHub
parent a1e7aad19d
commit ba93ccfc3e

View File

@@ -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");