Archived
0

Zond: проксирующий запускатор

This commit is contained in:
2017-06-08 00:44:01 +03:00
parent 43f3bdc8e9
commit 400e821b0e
4 changed files with 82 additions and 1 deletions

View File

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