diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2023-07-13 12:51:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-13 12:51:16 +0800 |
commit | 83e59a85d6a7a131d2d744b05c28172c51a743d6 (patch) | |
tree | 25fa431ed02ef89fa1ac323c0c026d827c920cc9 /build.gradle | |
parent | 4e5b4fb480339e303e0b31ab0a3a07c90c3912fc (diff) | |
parent | 80a57fa12f23b31552fe75a98c8708288e6354df (diff) | |
download | Skyblocker-83e59a85d6a7a131d2d744b05c28172c51a743d6.tar.gz Skyblocker-83e59a85d6a7a131d2d744b05c28172c51a743d6.tar.bz2 Skyblocker-83e59a85d6a7a131d2d744b05c28172c51a743d6.zip |
Merge pull request #151 from TacoMonkey11/clean-up
Clean up
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 8c83e515..fec3b902 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,6 @@ repositories { } dependencies { - implementation 'com.google.code.gson:gson:2.10.1' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2' // To change the versions see the gradle.properties file |