🧹 Clean up the gradle build scripts a little
Changes: - Move all dependency versions to a shared file - Order the projects in settings.gradle
This commit is contained in:
parent
f3abbf5958
commit
d6ccc1d59b
13 changed files with 87 additions and 57 deletions
|
|
@ -1,5 +1,5 @@
|
|||
dependencies {
|
||||
api project(':cloud-services')
|
||||
testImplementation 'org.openjdk.jmh:jmh-core:1.25.2'
|
||||
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.26'
|
||||
testImplementation "org.openjdk.jmh:jmh-core:${vers['jhm']}"
|
||||
testImplementation "org.openjdk.jmh:jmh-generator-annprocess:${vers['jhm']}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue