Add testFollow task

This commit is contained in:
2021-04-12 01:03:57 +02:00
parent 6a5e00bb4d
commit 50b4cf1816

View File

@@ -344,6 +344,12 @@ tasks.register("testConstitutions", Test::class) {
includeTags("constitution")
}
}
tasks.register("testFollows", Test::class) {
group = "tests"
useJUnitPlatform {
includeTags("follow")
}
}
dependencyCheck {
formats = listOf(ReportGenerator.Format.HTML, ReportGenerator.Format.XML)