Cleanup after removal of regedit

This commit is contained in:
zontreck 2025-01-24 07:58:54 -07:00
parent 0fc0ca9465
commit 03e2cd1bc6
2 changed files with 1 additions and 2 deletions

2
Jenkinsfile vendored
View file

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

View file

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