1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-01-13 09:13:16 +01:00
ultrasonic-app-subsonic-and.../core/domain/build.gradle
2021-05-06 12:09:23 +02:00

8 lines
99 B
Groovy

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