MCSM: выделяем протокол в отдельный subproject
This commit is contained in:
@@ -1,13 +1,21 @@
|
||||
group = 'asys'
|
||||
version = '0.5-SNAPSHOT'
|
||||
version = '0.6-SNAPSHOT'
|
||||
|
||||
apply plugin: 'osgi'
|
||||
|
||||
configurations {
|
||||
include
|
||||
compile.extendsFrom include
|
||||
}
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
name = 'ASys MC server manager'
|
||||
instruction 'Bundle-Activator', 'asys.mcsmanager.Activator'
|
||||
}
|
||||
|
||||
dependsOn configurations.include
|
||||
from { configurations.include.collect { it.isDirectory() ? it : zipTree(it) } }
|
||||
}
|
||||
|
||||
ext {
|
||||
@@ -17,5 +25,6 @@ ext {
|
||||
dependencies {
|
||||
compile project(':core')
|
||||
compile project(':webinterface')
|
||||
include files(project(':bridge-protocol').sourceSets.main.output.classesDir)
|
||||
compile group: 'io.netty', name: 'netty-codec', version: nettyVersion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user