Generate special signature composed of multiple elements instead of relying on timestamp for Java version cache invalidation

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2023-06-26 01:18:55 +01:00
parent 903fae94be
commit 8bebd7f042
4 changed files with 13 additions and 8 deletions

View File

@ -40,6 +40,6 @@ private:
private:
QString m_javaPath;
qlonglong m_javaUnixTime;
QString m_javaSignature;
JavaCheckerPtr m_JavaChecker;
};