Merge branch 'dev-webconsole' into dev-zond-recode
# Conflicts: # build.gradle
This commit is contained in:
@@ -13,7 +13,7 @@ subprojects {
|
||||
}
|
||||
|
||||
subprojects {
|
||||
if (!it.name.startsWith('bridge') && !it.name.startsWith('zond')) {
|
||||
if (it.name != 'bridge' && it.name != 'zond' && !it.name.startsWith('lib')) {
|
||||
ext {
|
||||
slf4jVersion = '1.7.21'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user