remove jacocolog dependency
This commit is contained in:
parent
23428f5dbc
commit
a29f188b33
|
@ -81,7 +81,7 @@ plugins {
|
||||||
// id "com.osacky.doctor" version "0.8.1"
|
// id "com.osacky.doctor" version "0.8.1"
|
||||||
id "org.jlleitschuh.gradle.ktlint" version "11.5.1"
|
id "org.jlleitschuh.gradle.ktlint" version "11.5.1"
|
||||||
// Aggregates and/or logs Jacoco test coverage to the Gradle build log
|
// Aggregates and/or logs Jacoco test coverage to the Gradle build log
|
||||||
id 'org.barfuin.gradle.jacocolog' version '3.1.0'
|
//id 'org.barfuin.gradle.jacocolog' version '3.1.0'
|
||||||
id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false
|
id 'org.jetbrains.kotlin.android' version "$kotlin_version" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue