Remove the 'test' block using the JUnit Platform for testing since it interferes with the 'io.spring.convention.spring-test' Gradle plugin in the Spring Build Conventions project.
This commit is contained in:
@@ -27,7 +27,3 @@ dependencies {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
@@ -18,7 +18,3 @@ dependencies {
|
||||
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
|
||||
}
|
||||
}
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user