Added Gradle
This commit is contained in:
10
demand-forecasting-model/build.gradle
Normal file
10
demand-forecasting-model/build.gradle
Normal file
@@ -0,0 +1,10 @@
|
||||
apply plugin: 'groovy'
|
||||
|
||||
dependencies {
|
||||
compile(project(":shared-kernel-model"))
|
||||
compile(project(":adapter-commons"))
|
||||
|
||||
compile("org.projectlombok:lombok:1.16.18")
|
||||
|
||||
testCompile("org.spockframework:spock-core:1.1-groovy-2.4")
|
||||
}
|
||||
Reference in New Issue
Block a user