From ef68d541f336f3b6a0ee0bd252cccf2737f2b02b Mon Sep 17 00:00:00 2001 From: jiro4989 Date: Wed, 24 Nov 2021 13:28:20 +0900 Subject: [PATCH] =?UTF-8?q?testCompile=E3=82=92testImplementation=E3=81=AB?= =?UTF-8?q?=E5=A4=89=E6=9B=B4=20#19?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 621a82c..022afe9 100644 --- a/build.gradle +++ b/build.gradle @@ -49,11 +49,11 @@ dependencies { implementation 'com.google.guava:guava:28.2-jre' // Use JUnit test framework - testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.6.2' - testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.6.2' - testCompile group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.6.2' - testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.6.2' - testCompile "org.testfx:testfx-junit5:4.0.16-alpha" + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.6.2' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.6.2' + testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.6.2' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.6.2' + testImplementation "org.testfx:testfx-junit5:4.0.16-alpha" // JavaFX implementation "org.openjfx:javafx-fxml:$javafx_version"