File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ configurations {
1717
1818task 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
Original file line number Diff line number Diff line change 11test {
22 useJUnitPlatform {
3- includeEngines ' junit-jupiter' , ' junit-vintage '
3+ includeEngines ' junit-jupiter'
44 }
55}
66
You can’t perform that action at this time.
0 commit comments