1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-01-27 15:49:22 +01:00
2021-05-06 12:09:23 +02:00

8 lines
99 B
Groovy

apply from: bootstrap.kotlinModule
ext {
jacocoExclude = [
'**/domain/**'
]
}