bridge-protocol -> libprotocol
This commit is contained in:
@@ -13,7 +13,7 @@ subprojects {
|
||||
}
|
||||
|
||||
subprojects {
|
||||
if (!it.name.startsWith('bridge')) {
|
||||
if (it.name != 'bridge' || !it.name.startsWith('lib')) {
|
||||
ext {
|
||||
slf4jVersion = '1.7.21'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user