Add testFollow task
This commit is contained in:
@@ -344,6 +344,12 @@ tasks.register("testConstitutions", Test::class) {
|
|||||||
includeTags("constitution")
|
includeTags("constitution")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
tasks.register("testFollows", Test::class) {
|
||||||
|
group = "tests"
|
||||||
|
useJUnitPlatform {
|
||||||
|
includeTags("follow")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
dependencyCheck {
|
dependencyCheck {
|
||||||
formats = listOf(ReportGenerator.Format.HTML, ReportGenerator.Format.XML)
|
formats = listOf(ReportGenerator.Format.HTML, ReportGenerator.Format.XML)
|
||||||
|
|||||||
Reference in New Issue
Block a user