mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
Compare commits
5 commits
0d74d8a671
...
57868a7136
Author | SHA1 | Date | |
---|---|---|---|
|
57868a7136 | ||
|
8ac9866258 | ||
|
47392ceec7 | ||
|
c6f8793031 | ||
|
70012a2a8f |
3 changed files with 3 additions and 3 deletions
|
@ -86,7 +86,7 @@ public void build(Path target, boolean deleteTempFiles) throws IOException {
|
|||
long time_task_end = System.currentTimeMillis();
|
||||
long time_task = time_task_end - time_this;
|
||||
time_this = time_task_end;
|
||||
if (isNeedDelete && deleteTempFiles) Files.deleteIfExists(oldPath);
|
||||
if (isNeedDelete && deleteTempFiles && oldPath != thisPath) Files.deleteIfExists(oldPath);
|
||||
isNeedDelete = task.allowDelete();
|
||||
logger.info("Task {} processed from {} millis", task.getName(), time_task);
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
id 'org.openjfx.javafxplugin' version '0.0.10' apply false
|
||||
}
|
||||
group = 'pro.gravit.launcher'
|
||||
version = '5.3.6-SNAPSHOT'
|
||||
version = '5.3.6'
|
||||
|
||||
apply from: 'props.gradle'
|
||||
|
||||
|
|
2
modules
2
modules
|
@ -1 +1 @@
|
|||
Subproject commit e16960e7eef248a217071638f0e68b14cec09cb8
|
||||
Subproject commit 85db9a5c07c56108485b1138f14cacb15b253c1f
|
Loading…
Reference in a new issue