From c6a0bc68320a4bcc403f2b7566289e86fdcd33bf Mon Sep 17 00:00:00 2001 From: tursom Date: Tue, 26 Nov 2019 17:12:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=B9=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=9C=AC=E5=9C=B0=20maven=20=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 131734d..609bbe3 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ allprojects { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion" - testCompile group: 'junit', name: 'junit', version: '4.12' + testImplementation group: 'junit', name: 'junit', version: '4.12' } compileKotlin {