|
|
@ -34,7 +34,7 @@ dependencies {
|
|
|
|
|
|
|
|
|
|
|
|
// Configuration framework
|
|
|
|
// Configuration framework
|
|
|
|
compile group: 'org.apache.commons', name: 'commons-configuration2', version: '2.0'
|
|
|
|
compile group: 'org.apache.commons', name: 'commons-configuration2', version: '2.0'
|
|
|
|
runtime group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.2'
|
|
|
|
compile group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.2'
|
|
|
|
|
|
|
|
|
|
|
|
// Discord Gateway API
|
|
|
|
// Discord Gateway API
|
|
|
|
compile group: 'com.github.austinv11', name: 'Discord4j', version: '2.6.1'
|
|
|
|
compile group: 'com.github.austinv11', name: 'Discord4j', version: '2.6.1'
|
|
|
@ -56,4 +56,4 @@ jar {
|
|
|
|
from {
|
|
|
|
from {
|
|
|
|
configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
|
|
|
|
configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|