Skip to content
This repository was archived by the owner on Apr 5, 2019. It is now read-only.

Commit b008465

Browse files
committed
Fix slf4j warning.
1 parent 10844e1 commit b008465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ repositories {
4545
dependencies {
4646
compile "org.eclipse.jgit:org.eclipse.jgit:4.1.0.201509280440-r"
4747
compile "com.google.guava:guava:18.0"
48+
runtime "org.slf4j:slf4j-simple:1.7.10" // Required by JGit
4849
}
4950

5051
apply plugin: 'application'

0 commit comments

Comments
 (0)