Fix version references in Gradle KTS build

Closes gh-901
This commit is contained in:
Stephane Nicoll
2019-05-17 18:45:40 +02:00
parent c7c16872c4
commit 372e823d21
5 changed files with 34 additions and 35 deletions

View File

@@ -21,6 +21,6 @@ dependencies {
dependencyManagement {
imports {
mavenBom("org.acme:foo-bom:${fooVersion}")
mavenBom("org.acme:foo-bom:${property("fooVersion")}")
}
}