mirror of
https://github.com/ultrasonic/ultrasonic
synced 2024-12-27 09:13:31 +01:00
Add workaround for transitive dependency conflict.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
This commit is contained in:
parent
4ac27dcd4e
commit
e7caddaf99
@ -12,7 +12,9 @@ buildscript {
|
||||
classpath gradlePlugins.kotlin
|
||||
classpath gradlePlugins.ktlintGradle
|
||||
classpath gradlePlugins.detekt
|
||||
classpath gradlePlugins.jacocoAndroid
|
||||
classpath(gradlePlugins.jacocoAndroid) {
|
||||
exclude group: 'org.codehaus.groovy', module: 'groovy-all'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user