mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-13 13:54:37 +01:00
Better fix for getting the commit timestamp
This commit is contained in:
@@ -192,7 +192,7 @@ package emu.lunarcore;
|
||||
public final class BuildConfig {
|
||||
public static final String VERSION = \"${version}\";
|
||||
public static final String GIT_HASH = \"${gitCommitHash()}\";
|
||||
public static final long COMMIT_TIMESTAMP = ${gitCommitTime()};
|
||||
public static final String GIT_TIMESTAMP = \"${gitCommitTime()}\";
|
||||
}
|
||||
"""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user