Archived
0

bridge-protocol -> libprotocol

This commit is contained in:
2017-06-15 22:52:09 +03:00
parent 2fca454179
commit 6ffb63ceb2
17 changed files with 6 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ subprojects {
}
subprojects {
if (!it.name.startsWith('bridge')) {
if (it.name != 'bridge' || !it.name.startsWith('lib')) {
ext {
slf4jVersion = '1.7.21'
}