Skip to content

Commit

Permalink
group tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
MajoBerger committed Sep 21, 2023
1 parent 3a671fe commit fc20e4d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion base-component/webroot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -347,4 +347,8 @@ class ConcatFiles extends DefaultTask {
}
}
}
}
}

tasks.each {task -> configure(task) {
group = "webroot"
}}

0 comments on commit fc20e4d

Please sign in to comment.