diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle index 0703a89..d8f3345 100644 --- a/build.gradle +++ b/build.gradle @@ -17,12 +17,6 @@ repositories { dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.4.2' - implementation 'org.slf4j:slf4j-api:1.7.25' - - // I'm unsure weather or not to keep the logging implementation here and not as a 'testImplementation', as libraries - // aren't usually meant to be ran. -// implementation 'org.slf4j:slf4j-log4j12:1.7.25' - implementation fileTree(dir: 'libs', include: '*.jar') } |