Skip to content

Commit 8002f1b

Browse files
fix: remove junit-jupiter
1 parent a0c391d commit 8002f1b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ext {
3434
assertjVersion = '3.27.6'
3535
pmdVersion = '7.19.0'
3636
jacocoVersion = '0.8.14'
37-
commercetoolsSyncJava = '10.4.0'
37+
commercetoolsSyncJava = '10.5.0'
3838
httpClientVersion = '18.3.0'
3939
apacheCliVersion = '1.11.0'
4040
jupiterApiVersion = '5.14.1'

gradle-scripts/integration-tests.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ configurations {
1717

1818
task integrationTest(type: Test) {
1919
useJUnitPlatform {
20-
includeEngines 'junit-jupiter', 'junit-vintage'
20+
includeEngines 'junit-jupiter'
2121
}
2222
testClassesDirs = sourceSets.integrationTest.output.classesDirs
2323
classpath = sourceSets.integrationTest.runtimeClasspath

gradle-scripts/test.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
test {
22
useJUnitPlatform {
3-
includeEngines 'junit-jupiter', 'junit-vintage'
3+
includeEngines 'junit-jupiter'
44
}
55
}
66

0 commit comments

Comments
 (0)