⚡ Switch to gradle
This commit is contained in:
parent
05dcd52659
commit
4ca47777a3
45 changed files with 752 additions and 2056 deletions
6
cloud-core/build.gradle
Normal file
6
cloud-core/build.gradle
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
dependencies {
|
||||
api project(':cloud-services')
|
||||
api 'com.google.guava:guava:29.0-jre'
|
||||
testImplementation 'org.openjdk.jmh:jmh-core:1.25.2'
|
||||
testImplementation 'org.openjdk.jmh:jmh-generator-annprocess:1.25.2'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue