ultrasonic-app-subsonic-and.../core/domain/build.gradle

8 lines
99 B
Groovy
Raw Normal View History

apply from: bootstrap.kotlinModule
2018-10-07 20:45:20 +02:00
ext {
jacocoExclude = [
'**/domain/**'
]
}