#32 multi module: module setting
This commit is contained in:
@@ -23,8 +23,12 @@ dependencies {
|
|||||||
compileOnly 'org.projectlombok:lombok'
|
compileOnly 'org.projectlombok:lombok'
|
||||||
annotationProcessor 'org.projectlombok:lombok'
|
annotationProcessor 'org.projectlombok:lombok'
|
||||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||||
|
|
||||||
|
implementation project(':module-common')
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.named('test') {
|
tasks.named('test') {
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.register("prepareKotlinBuildScriptModel") {}
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
rootProject.name = 'module-api'
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
rootProject.name = 'multimodule'
|
rootProject.name = 'multimodule'
|
||||||
|
|
||||||
include 'module-api'
|
include 'module-api'
|
||||||
include 'mudule-common'
|
include 'module-common'
|
||||||
|
|||||||
Reference in New Issue
Block a user