From 03e2cd1bc69bd9dc3c914e393f6af38822501795 Mon Sep 17 00:00:00 2001 From: zontreck Date: Fri, 24 Jan 2025 07:58:54 -0700 Subject: [PATCH] Cleanup after removal of regedit --- Jenkinsfile | 2 +- dart/lib/constants.dart | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 01ef4b8..5059345 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -28,7 +28,7 @@ pipeline { archiveArtifacts artifacts: "dart/out/*", fingerprint: true archiveArtifacts artifacts: "cpp/build/vsleep-cpp", fingerprint: true archiveArtifacts artifacts: "cpp/build/pause-cpp", fingerprint: true - deleteDir() + cleanWs() } } } diff --git a/dart/lib/constants.dart b/dart/lib/constants.dart index a0fbb6a..07ea0d9 100644 --- a/dart/lib/constants.dart +++ b/dart/lib/constants.dart @@ -4,7 +4,6 @@ class HelperConsts { static String get NBT_VERSION => Constants.NBT_REVISION; static const MKFSREPORT_VERSION = "1.0.083024.2334"; static const DBIKC_VERSION = "1.0.083024+2334"; - static const REGEDIT_VERSION = "1.0.083124+0235"; static const CH_VERSION = "1.0.112724+1534"; static String get LIBAC_VERSION => Constants.VERSION;