diff --git a/build.gradle b/build.gradle index 144dd12..0e0d4cb 100644 --- a/build.gradle +++ b/build.gradle @@ -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) } } -} \ No newline at end of file +}