mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 17:48:14 +08:00
Fix version references in Gradle KTS build
Closes gh-901
This commit is contained in:
@@ -21,6 +21,6 @@ dependencies {
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom("org.acme:foo-bom:${fooVersion}")
|
||||
mavenBom("org.acme:foo-bom:${property("fooVersion")}")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user