Advertisement
Guest User

Untitled

a guest
Aug 12th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.40 KB | None | 0 0
  1. /*
  2.  * This file was generated by the Gradle 'init' task.
  3.  *
  4.  * This is a general purpose Gradle build.
  5.  * Learn how to create Gradle builds at https://guides.gradle.org/creating-new-gradle-builds
  6.  */
  7.  
  8. apply plugin: 'java';
  9. apply plugin: 'application';
  10. mainClassName = 'client.Client'
  11.  
  12. repositories {
  13.   mavenCentral()
  14. }
  15.  
  16. dependencies {
  17.   implementation 'com.discord4j:discord4j-core:3.0.8'
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement