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

@@ -9,7 +9,7 @@ configurations {
}
compileJava {
dependsOn ':bridge-protocol:compileJava'
dependsOn ':libprotocol:compileJava'
}
jar {
@@ -35,7 +35,7 @@ ext {
dependencies {
compile project(':core')
compile project(':webinterface')
include files(project(':bridge-protocol').sourceSets.main.output.classesDir)
include files(project(':libprotocol').sourceSets.main.output.classesDir)
compile group: 'io.netty', name: 'netty-codec', version: nettyVersion
compile group: 'io.netty', name: 'netty-codec-http', version: nettyVersion
}