Fix automatic unit tests
This commit is contained in:
+6
-6
@@ -19,12 +19,12 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
api 'com.google.guava:guava:21.0'
|
||||
testImplementation 'junit:junit-dep:4.10'
|
||||
testImplementation 'org.hamcrest:hamcrest-library:1.2.1'
|
||||
testImplementation 'org.mockito:mockito-core:1.8.5'
|
||||
testImplementation 'com.google.guava:guava-testlib:21.0'
|
||||
testImplementation 'org.openjdk.jmh:jmh-core:1.19'
|
||||
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.19'
|
||||
testCompile 'junit:junit-dep:4.10'
|
||||
testCompile 'org.hamcrest:hamcrest-library:1.2.1'
|
||||
testCompile 'org.mockito:mockito-core:1.8.5'
|
||||
testCompile 'com.google.guava:guava-testlib:21.0'
|
||||
testCompile 'org.openjdk.jmh:jmh-core:1.19'
|
||||
testCompile 'org.openjdk.jmh:jmh-generator-annprocess:1.19'
|
||||
}
|
||||
|
||||
task sourcesJar(type: Jar) {
|
||||
|
||||
Reference in New Issue
Block a user