mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-08 20:39:44 -05:00
Fix JDK8 patch
This commit is contained in:
parent
621655a532
commit
3632a4ab07
10
jdk8.patch
10
jdk8.patch
@ -57,7 +57,7 @@ index f545ea20..9580b5c4 100644
|
||||
-Djna.boot.library.path="%EXEDIR%\\lib" \
|
||||
-Djna.library.path="%EXEDIR%\\lib" \
|
||||
diff --git a/build.xml b/build.xml
|
||||
index c6a43441..00554ec2 100644
|
||||
index 6fe8c659..26cc46af 100644
|
||||
--- a/build.xml
|
||||
+++ b/build.xml
|
||||
@@ -112,19 +112,13 @@
|
||||
@ -165,18 +165,18 @@ index 373a3b1c..d06a8521 100644
|
||||
|
||||
<!-- Apache Groovy -->
|
||||
diff --git a/source/net/filebot/Logging.java b/source/net/filebot/Logging.java
|
||||
index 3ddac29b..b89a26b5 100644
|
||||
index da5c7a68..a1c25903 100644
|
||||
--- a/source/net/filebot/Logging.java
|
||||
+++ b/source/net/filebot/Logging.java
|
||||
@@ -12,6 +12,7 @@ import java.io.PrintWriter;
|
||||
import java.io.StringWriter;
|
||||
@@ -13,6 +13,7 @@ import java.io.StringWriter;
|
||||
import java.lang.reflect.InvocationTargetException;
|
||||
import java.nio.channels.FileChannel;
|
||||
import java.nio.file.StandardOpenOption;
|
||||
+import java.time.Instant;
|
||||
import java.time.ZoneId;
|
||||
import java.time.format.DateTimeFormatter;
|
||||
import java.util.Locale;
|
||||
@@ -155,7 +156,7 @@ public final class Logging {
|
||||
@@ -156,7 +157,7 @@ public final class Logging {
|
||||
|
||||
// ADD TIMESTAMP
|
||||
if (dateTimeFormatter != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user