mirror of
https://github.com/pcvolkmer/etl-processor.git
synced 2025-04-19 17:26:51 +00:00
build: add description and group to task
This commit is contained in:
parent
3257493b6a
commit
5ce13e962b
@ -130,6 +130,8 @@ task<Test>("integrationTest") {
|
||||
}
|
||||
|
||||
tasks.register("allTests") {
|
||||
description = "Run all tests"
|
||||
group = JavaBasePlugin.VERIFICATION_GROUP
|
||||
dependsOn(tasks.withType<Test>())
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user