Zond: подключение (fake) к ASys
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
group = 'asys'
|
||||
version = '0.7.3-SNAPSHOT'
|
||||
version = '0.7.4-SNAPSHOT'
|
||||
|
||||
apply plugin: 'application'
|
||||
|
||||
@@ -18,6 +18,10 @@ def zp(FileTree ft) {
|
||||
}
|
||||
}
|
||||
|
||||
compileJava {
|
||||
dependsOn ':libprotocol:compileJava'
|
||||
}
|
||||
|
||||
jar {
|
||||
dependsOn configurations.included
|
||||
dependsOn configurations.includedEx
|
||||
@@ -31,7 +35,14 @@ jar {
|
||||
from { configurations.includedEx.collect { it.isDirectory() ? it : zp(zipTree(it)) } }
|
||||
}
|
||||
|
||||
ext {
|
||||
nettyVersion = '4.0.23.Final'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
included files(project(':libprotocol').sourceSets.main.output.classesDir)
|
||||
included group: 'jline', name: 'jline', version: '2.14.3'
|
||||
includedEx group: 'org.apache.commons', name: 'commons-exec', version: '1.3'
|
||||
included group: 'io.netty', name: 'netty-codec', version: nettyVersion
|
||||
included group: 'com.google.guava', name: 'guava', version: '21.0'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user