Empty Bridge module
This commit is contained in:
22
bridge/build.gradle
Normal file
22
bridge/build.gradle
Normal file
@@ -0,0 +1,22 @@
|
||||
group = 'asys'
|
||||
version = '0.0-SNAPSHOT'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url 'https://oss.sonatype.org/content/groups/public/' }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile (group: 'net.md-5', name: 'bungeecord-api', version: '1.8-SNAPSHOT') {
|
||||
// exclude group: 'com.google.guava', module: 'guava'
|
||||
}
|
||||
}
|
||||
|
||||
processResources {
|
||||
filesMatching('**/bungee.yml') {
|
||||
expand(
|
||||
'version': project.version,
|
||||
'mainclass': 'asys.bridge.bungee.ASysBridgePlugin'
|
||||
)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user