1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-01-05 13:26:45 +01:00
ultrasonic-app-subsonic-and.../core/domain/build.gradle
2018-10-07 21:05:48 +02:00

11 lines
137 B
Groovy

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