Compare commits

..

No commits in common. "57868a7136b0e0fa0f80508011ae4c3a9599f1ff" and "0d74d8a6719c702bcbd3d7e773c6c32b10cba6d6" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

@ -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 && oldPath != thisPath) Files.deleteIfExists(oldPath);
if (isNeedDelete && deleteTempFiles) Files.deleteIfExists(oldPath);
isNeedDelete = task.allowDelete();
logger.info("Task {} processed from {} millis", task.getName(), time_task);
}

View file

@ -5,7 +5,7 @@
id 'org.openjfx.javafxplugin' version '0.0.10' apply false
}
group = 'pro.gravit.launcher'
version = '5.3.6'
version = '5.3.6-SNAPSHOT'
apply from: 'props.gradle'

@ -1 +1 @@
Subproject commit 85db9a5c07c56108485b1138f14cacb15b253c1f
Subproject commit e16960e7eef248a217071638f0e68b14cec09cb8