Skip to content

Commit

Permalink
Merge branch 'to/#98-fat-jar' into to/#2-time-range-configuration
Browse files Browse the repository at this point in the history
# Conflicts:
#	build.gradle
#	src/main/java/edu/ie3/tools/Converter.java
  • Loading branch information
t-ober committed Apr 1, 2022
2 parents 2e441cc + 1f9df5b commit 301a33e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import com.github.jengelman.gradle.plugins.shadow.transformers.AppendingTransformer
import com.github.jengelman.gradle.plugins.shadow.transformers.Log4j2PluginsCacheFileTransformer

plugins {
id "com.jfrog.artifactory" version "4.24.20" //artifactory support
id 'groovy' // groovy support
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/edu/ie3/tools/Converter.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
* @version 4.0
*/
public class Converter implements Runnable {
private ZonedDateTime convertFrom;
private ZonedDateTime convertUntil;
public static final Logger logger = LogManager.getLogger(Converter.class);
public static final Logger fileStatusLogger = LogManager.getLogger("FileStatus");

Expand Down

0 comments on commit 301a33e

Please sign in to comment.