Rename vers to versions
This commit is contained in:
parent
40e85caf1b
commit
f1e467038c
15 changed files with 27 additions and 30 deletions
|
|
@ -1,5 +1,5 @@
|
|||
dependencies {
|
||||
api(project(":cloud-services"))
|
||||
testImplementation("org.openjdk.jmh", "jmh-core", vers["jhm"])
|
||||
testImplementation("org.openjdk.jmh", "jmh-generator-annprocess", vers["jhm"])
|
||||
testImplementation("org.openjdk.jmh", "jmh-core", versions["jhm"])
|
||||
testImplementation("org.openjdk.jmh", "jmh-generator-annprocess", versions["jhm"])
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue