Do not scan for test classes in default test task

This commit is contained in:
Sam Brannen
2019-09-03 14:35:42 +02:00
parent c78960a1ba
commit 23d5c6e3dc

View File

@@ -318,6 +318,7 @@ configure([rootProject] + javaProjects) { project ->
test {
useJUnitPlatform()
scanForTestClasses = false
include(["**/*Tests.class", "**/*Test.class"])
systemProperty("java.awt.headless", "true")
systemProperty("testGroups", project.properties.get("testGroups"))