|
@@ -177,7 +177,7 @@ subprojects {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-configure(subprojects.findAll{
|
|
|
|
|
|
+configure(subprojects.findAll(){
|
|
it.name == 'songmao-common' || 'eccs-biz'
|
|
it.name == 'songmao-common' || 'eccs-biz'
|
|
}){
|
|
}){
|
|
apply plugin: "org.springframework.boot"
|
|
apply plugin: "org.springframework.boot"
|
|
@@ -186,7 +186,7 @@ configure(subprojects.findAll{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-configure(subprojects.findAll{
|
|
|
|
|
|
+configure(subprojects.findAll(){
|
|
it.name == 'eccs-admin' || 'eccs-system'
|
|
it.name == 'eccs-admin' || 'eccs-system'
|
|
|| 'eccs-framework' || 'eccs-generator' || 'eccs-quartz'
|
|
|| 'eccs-framework' || 'eccs-generator' || 'eccs-quartz'
|
|
}){
|
|
}){
|