mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
Enable version catalogs (#3741)
This commit is contained in:
@@ -16,7 +16,7 @@ allprojects {
|
||||
version = Versions.currentOrSnapshot()
|
||||
}
|
||||
|
||||
jacoco.toolVersion = Versions.JACOCO
|
||||
jacoco.toolVersion = libs.versions.jacoco.get()
|
||||
|
||||
tasks {
|
||||
jacocoTestReport {
|
||||
|
||||
Reference in New Issue
Block a user