Skip to content
Snippets Groups Projects
Commit 235e49e6 authored by dgelessus's avatar dgelessus
Browse files

Remove testImplementation declaration from build.gradle

We don't actually run any tests via Gradle.
parent 11523f2c
No related branches found
No related tags found
No related merge requests found
Pipeline #139342 passed
...@@ -15,7 +15,6 @@ repositories { ...@@ -15,7 +15,6 @@ repositories {
dependencies { dependencies {
implementation(files('lib/javax.mail.jar')) implementation(files('lib/javax.mail.jar'))
testImplementation(files('lib/easymock-3.3.1.jar', 'lib/jpf.jar', 'lib/junit-4.12.jar', 'lib/javax.mail.jar'))
} }
sourceSets { sourceSets {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment