diff --git a/.gitignore b/.gitignore index 7e3d294..a9307c9 100644 --- a/.gitignore +++ b/.gitignore @@ -84,4 +84,8 @@ local.properties # Uncomment this line if you wish to ignore the project description file. # Typically, this file would be tracked if it contains build/dependency configurations: #.project +.gradle +.idea +gradlew +gradlew.bat diff --git a/build.gradle b/build.gradle new file mode 100644 index 0000000..8b71767 --- /dev/null +++ b/build.gradle @@ -0,0 +1,2 @@ +repositories { mavenCentral() } +dependencies { implementation 'org.javacord:javacord:3.4.0' } \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000..69a9715 --- /dev/null +++ b/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,5 @@ +distributionBase=GRADLE_USER_HOME +distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip +zipStoreBase=GRADLE_USER_HOME +zipStorePath=wrapper/dists