Skip to content
Snippets Groups Projects
Commit 11523f2c authored by dgelessus's avatar dgelessus
Browse files

Fix JUnit jar version in build.gradle

parent bc63c23c
No related branches found
No related tags found
Loading
...@@ -15,7 +15,7 @@ repositories { ...@@ -15,7 +15,7 @@ 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.8.2.jar', '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