Shwoomple 2022-02-19 23:57:41 +05:30
parent 6a6c91084d
commit 530a32a137
3 changed files with 11 additions and 0 deletions

4
.gitignore vendored
View File

@ -84,4 +84,8 @@ local.properties
# Uncomment this line if you wish to ignore the project description file. # Uncomment this line if you wish to ignore the project description file.
# Typically, this file would be tracked if it contains build/dependency configurations: # Typically, this file would be tracked if it contains build/dependency configurations:
#.project #.project
.gradle
.idea
gradlew
gradlew.bat

2
build.gradle Normal file
View File

@ -0,0 +1,2 @@
repositories { mavenCentral() }
dependencies { implementation 'org.javacord:javacord:3.4.0' }

View File

@ -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