We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b605e commit 9cf379aCopy full SHA for 9cf379a
gradle/dependencies.gradle
@@ -9,8 +9,8 @@ dependencies {
9
implementation group: 'org.assertj', name: 'assertj-core', version: '3.27.3'
10
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
11
testImplementation "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
12
- implementation "org.junit.platform:junit-platform-engine:$junitPlatformVersion"
13
- implementation "org.junit.platform:junit-platform-launcher:$junitPlatformVersion"
+ testImplementation "org.junit.platform:junit-platform-engine:$junitPlatformVersion"
+ testImplementation "org.junit.platform:junit-platform-launcher:$junitPlatformVersion"
14
}
15
16
repositories {
0 commit comments