mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 13:32:06 -08:00
dev: enabled debug main menu by default in developer builds (example: test render dialog)
This commit is contained in:
parent
5c705a92a3
commit
bc79b5f5d1
4 changed files with 13 additions and 5 deletions
|
|
@ -15,7 +15,7 @@ import java.util.jar.Manifest;
|
|||
public class JarVersion {
|
||||
|
||||
private static final Logger logger = Logger.getLogger(JarVersion.class);
|
||||
private static final String JAR_BUILD_TIME_FROM_CLASSES = "runtime";
|
||||
public static final String JAR_BUILD_TIME_FROM_CLASSES = "runtime";
|
||||
private static final String JAR_BUILD_TIME_ERROR = "n/a";
|
||||
|
||||
public static String getBuildTime(Class clazz) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue