Enable version catalogs (#3741)

This commit is contained in:
Matthew Haughton
2021-05-06 08:46:30 +10:00
committed by GitHub
parent 008b43251b
commit 4ee28ac074
20 changed files with 118 additions and 73 deletions

View File

@@ -16,7 +16,7 @@ allprojects {
version = Versions.currentOrSnapshot()
}
jacoco.toolVersion = Versions.JACOCO
jacoco.toolVersion = libs.versions.jacoco.get()
tasks {
jacocoTestReport {