Skip to content
Snippets Groups Projects
Commit b4baeab5 authored by Georg Seibt's avatar Georg Seibt :nerd:
Browse files

check whether the git command works

parent 879688f1
No related branches found
No related tags found
No related merge requests found
# Configure SimpleFormatter
java.util.logging.SimpleFormatter.format = [%1$tH:%1$tM:%1$tS] %4$s: %5$s %6$s%n
# Set the default global logging level
de.uni_passau.fim.seibt.mergeProfiler.level = FINE
java.util.logging.ConsoleHandler.level = FINE
de.uni_passau.fim.seibt.mergeProfiler.handlers = java.util.logging.ConsoleHandler
\ No newline at end of file
...@@ -20,7 +20,7 @@ repositories { ...@@ -20,7 +20,7 @@ repositories {
} }
dependencies { dependencies {
testCompile group: 'junit', name: 'junit', version: '4.11' compile 'commons-io:commons-io:2.4'
} }
idea { idea {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment