keep-around/f5022a9ceeb684f4af74cd9d02416f7b672045eb
Pingex aka Raphaël 9 years ago
parent c1dc471bbe
commit f5022a9cee

@ -34,7 +34,7 @@ dependencies {
// Configuration framework
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
compile group: 'com.github.austinv11', name: 'Discord4j', version: '2.6.1'
@ -56,4 +56,4 @@ jar {
from {
configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }
}
}
}