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:
John Blum
2019-09-28 18:31:14 -07:00
parent 8569ac3a12
commit 6d12ba8708
2 changed files with 0 additions and 8 deletions

View File

@@ -27,7 +27,3 @@ dependencies {
}
}
test {
useJUnitPlatform()
}

View File

@@ -18,7 +18,3 @@ dependencies {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
}
test {
useJUnitPlatform()
}