Fix automatic unit tests
This commit is contained in:
parent
0b2414808e
commit
956b25d391
1 changed files with 6 additions and 6 deletions
12
build.gradle
12
build.gradle
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue