diff options
author | syeyoung <42869671+cyoung06@users.noreply.github.com> | 2020-11-23 11:39:30 +0900 |
---|---|---|
committer | syeyoung <42869671+cyoung06@users.noreply.github.com> | 2020-11-23 11:39:30 +0900 |
commit | 17b3b9ce29495b554d38c1de4af38904be0fcc23 (patch) | |
tree | 117e3c2a4d2ab1f2a3a770527a22b533f647a45d /build.gradle | |
parent | 46a86f18ebd62a3771ca4fcb7d1cf17f69b80c73 (diff) | |
download | Skyblock-Dungeons-Guide-17b3b9ce29495b554d38c1de4af38904be0fcc23.tar.gz Skyblock-Dungeons-Guide-17b3b9ce29495b554d38c1de4af38904be0fcc23.tar.bz2 Skyblock-Dungeons-Guide-17b3b9ce29495b554d38c1de4af38904be0fcc23.zip |
room data!
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 7da254c6..6ed97f83 100644 --- a/build.gradle +++ b/build.gradle @@ -39,6 +39,8 @@ minecraft { } dependencies { + implementation 'org.jetbrains:annotations-java5:19.0.0' + // you may put jars on which you depend on in ./libs // or you may define them like so.. //compile "some.group:artifact:version:classifier" |