Bridge: успешный handshake
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
group = 'asys'
|
||||
version = '0.1-SNAPSHOT'
|
||||
version = '0.3-SNAPSHOT'
|
||||
|
||||
repositories {
|
||||
maven { url 'https://hub.spigotmc.org/nexus/content/groups/public/' }
|
||||
}
|
||||
|
||||
processResources {
|
||||
filesMatching('**/plugin.yml') {
|
||||
filter { it.replace('${version}', project.version) }
|
||||
}
|
||||
}
|
||||
|
||||
configurations {
|
||||
include
|
||||
compile.extendsFrom include
|
||||
@@ -23,6 +29,10 @@ dependencies {
|
||||
include files(project(':bridge-protocol').sourceSets.main.output.classesDir)
|
||||
compile (group: 'org.bukkit', name: 'bukkit', version: '1.8.8-R0.1-SNAPSHOT') {
|
||||
exclude group: 'junit'
|
||||
exclude group: 'commons-lang'
|
||||
exclude group: 'com.googlecode.json-simple'
|
||||
exclude group: 'com.google.code.gson'
|
||||
exclude group: 'org.avaje'
|
||||
}
|
||||
compile group: 'io.netty', name: 'netty-codec', version: nettyVersion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user