gradle 버전이 업그레이드 되면서 compile, testCompile이 deprecated 되었다고 한다. implementation, testImplementation으로 사용해야 함 https://docs.gradle.org/4.10/userguide/java_plugin.html#sec:java_plugin_and_dependency_management The Java Plugin The Java plugin adds a number of dependency configurations to your project, as shown below. It assigns those configurations to tasks such as compileJava and test. compile(Deprec..