diff --git a/build.gradle b/build.gradle index 75ca916..f0b7cfb 100644 --- a/build.gradle +++ b/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) {