We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a46313 commit 7b4677fCopy full SHA for 7b4677f
spring-cloud-contract-tools/spring-cloud-contract-gradle-plugin/build.gradle
@@ -92,6 +92,9 @@ dependencies {
92
testImplementation "org.springframework.boot:spring-boot-starter-test"
93
testImplementation localGroovy()
94
testImplementation gradleTestKit()
95
+ testImplementation(platform('org.junit:junit-bom:5.12.1'))
96
+ testImplementation('org.junit.jupiter:junit-jupiter')
97
+ testRuntimeOnly('org.junit.platform:junit-platform-launcher')
98
}
99
100
task libtest() {
@@ -101,9 +104,7 @@ task libtest() {
101
104
102
105
103
106
test {
- useJUnitPlatform {
- version = "5.12.1"
- }
107
+ useJUnitPlatform ()
108
testLogging {
109
exceptionFormat = 'full'
110
0 commit comments