|
@@ -14,11 +14,6 @@ subprojects {
|
|
|
apply plugin: 'java'
|
|
|
apply plugin: 'war'
|
|
|
|
|
|
- project (':analog-api', {
|
|
|
- apply plugin: 'org.springframework.boot'
|
|
|
- apply plugin: 'io.spring.dependency-management'
|
|
|
- })
|
|
|
-
|
|
|
// Task type of JavaCompile
|
|
|
tasks.withType(JavaCompile, {
|
|
|
//enable compilation in a separate daemon process
|
|
@@ -103,8 +98,11 @@ subprojects {
|
|
|
|
|
|
}
|
|
|
|
|
|
-
|
|
|
// others project() {}
|
|
|
|
|
|
+project (':analog-api', {
|
|
|
+ apply plugin: 'org.springframework.boot'
|
|
|
+ apply plugin: 'io.spring.dependency-management'
|
|
|
+})
|
|
|
|
|
|
|